Fixed a couple of contrib/x11/examples

wayo.cavazos 2006-05-24 10:55:00 +00:00
parent ce2fe1e256
commit 6afc054b88
2 changed files with 2 additions and 2 deletions

View File

@ -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: button-a

View File

@ -1,4 +1,4 @@
USING: kernel words namespaces sequences x x11 opengl gl ;
USING: kernel words namespaces sequences x11 opengl x gl ;
: display ( -- )
GL_COLOR_BUFFER_BIT glClear