]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/x11/glx/glx.factor
Fix conflicts
[factor.git] / basis / x11 / glx / glx.factor
index 99bae97b14090f4991072e1f01f7158dc3b5bd3d..cd4fa3395e58a58db0b84a1bcd8be6574987df2b 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 !
 ! based on glx.h from xfree86, and some of glxtokens.h
-USING: alien alien.c-types alien.syntax alien.syntax.private x11.xlib
+USING: alien alien.c-types alien.syntax x11.xlib
 namespaces make kernel sequences parser words specialized-arrays.int ;
 IN: x11.glx