]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/types/types.factor
SIZE struct
[factor.git] / basis / windows / types / types.factor
index c62de58bcd64925ca79e0a18cac27e3b6ff42705..fb3ba7f0f5f9307a60cac8a54bc4f04ce885afb3 100755 (executable)
@@ -287,9 +287,9 @@ C-STRUCT: POINT
     { "LONG" "x" }
     { "LONG" "y" } ; 
 
-C-STRUCT: SIZE
-    { "LONG" "cx" }
-    { "LONG" "cy" } ; 
+STRUCT: SIZE
+    { cx LONG }
+    { cy LONG } ;
 
 C-STRUCT: MSG
     { "HWND" "hWnd" }