]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/pens/polygon/polygon.factor
Specialized array overhaul
[factor.git] / basis / ui / pens / polygon / polygon.factor
index d244cc71d2d3aa9f32c39f6e840b9c106f1625e8..a39a5cb7cdba4cbec476d80ed922e931da884bec 100644 (file)
@@ -1,8 +1,9 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors colors help.markup help.syntax kernel opengl
-opengl.gl sequences specialized-arrays.float math.vectors
-ui.gadgets ui.pens ;
+opengl.gl sequences math.vectors ui.gadgets ui.pens
+specialized-arrays ;
+SPECIALIZED-ARRAY: float
 IN: ui.pens.polygon
 
 ! Polygon pen