]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/types/types.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / basis / windows / types / types.factor
index e6edc14dd178138d577507b777d321b0198647d4..e6fe0622428861cfacf3839a31318b70c13d70c1 100644 (file)
@@ -322,7 +322,7 @@ STRUCT: PIXELFORMATDESCRIPTOR
     { dwDamageMask DWORD } ;
 
 : <RECT> ( loc dim -- RECT )
-    dupd v+ [ first2 ] bi@ RECT <struct-boa> ;
+    dupd v+ [ first2 ] bi@ RECT boa ;
 
 TYPEDEF: RECT* PRECT
 TYPEDEF: RECT* LPRECT