]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/nehe/4/4.factor
Fixing conflicts from stack checker changes
[factor.git] / extra / nehe / 4 / 4.factor
index 0938bb366af3f717afe708207ee8156c15cb811b..63d334510a604459c01a680f6457a38815b54631 100644 (file)
@@ -5,8 +5,8 @@ IN: nehe.4
 
 TUPLE: nehe4-gadget < gadget rtri rquad thread quit? ;
 
-: width 256 ;
-: height 256 ;
+CONSTANT: width 256
+CONSTANT: height 256
 : redraw-interval ( -- dt ) 10 milliseconds ;
 
 : <nehe4-gadget> (  -- gadget )