]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/x11/glx/glx.factor
Specialized array overhaul
[factor.git] / basis / x11 / glx / glx.factor
index 67ac0e8cc1ac1e6aeec3b1bd0a2c8f8107c6d39a..5bc58e5f0aa5961cd8ead8d54b3e9cd01d3cccc6 100644 (file)
@@ -3,8 +3,9 @@
 !
 ! based on glx.h from xfree86, and some of glxtokens.h
 USING: alien alien.c-types alien.syntax x11 x11.xlib x11.syntax
-namespaces make kernel sequences parser words specialized-arrays.int
-accessors ;
+namespaces make kernel sequences parser words
+specialized-arrays accessors ;
+SPECIALIZED-ARRAY: int
 IN: x11.glx
 
 LIBRARY: glx