Fixed a couple of contrib/x11/examples
parent
ce2fe1e256
commit
6afc054b88
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
USING: kernel namespaces sequences io xlib x concurrency concurrent-widgets ;
|
USING: kernel namespaces sequences io x concurrency concurrent-widgets ;
|
||||||
|
|
||||||
SYMBOL: win-a
|
SYMBOL: win-a
|
||||||
SYMBOL: button-a
|
SYMBOL: button-a
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: kernel words namespaces sequences x x11 opengl gl ;
|
USING: kernel words namespaces sequences x11 opengl x gl ;
|
||||||
|
|
||||||
: display ( -- )
|
: display ( -- )
|
||||||
GL_COLOR_BUFFER_BIT glClear
|
GL_COLOR_BUFFER_BIT glClear
|
||||||
|
|
Loading…
Reference in New Issue