From 6afc054b88b8902ef0c10843d630305fd717f4d1 Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Wed, 24 May 2006 10:55:00 +0000 Subject: [PATCH] Fixed a couple of contrib/x11/examples --- contrib/x11/examples/example-03.factor | 2 +- contrib/x11/examples/hello.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/x11/examples/example-03.factor b/contrib/x11/examples/example-03.factor index b4e8eafc46..eab62bd342 100644 --- a/contrib/x11/examples/example-03.factor +++ b/contrib/x11/examples/example-03.factor @@ -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 diff --git a/contrib/x11/examples/hello.factor b/contrib/x11/examples/hello.factor index ddb3f35a67..e6249379e5 100644 --- a/contrib/x11/examples/hello.factor +++ b/contrib/x11/examples/hello.factor @@ -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