]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/backend/windows/windows.factor
specialized-arrays: performed some cleanup.
[factor.git] / basis / ui / backend / windows / windows.factor
index 559a89217e1d71dee8c518b8b5e4ccb44db34de8..215da172d13a9dd6a2159ce382a15a22e21979b6 100755 (executable)
@@ -805,7 +805,7 @@ M: windows-ui-backend system-alert
 : client-area>RECT ( hwnd -- RECT )
     RECT <struct>
     [ GetClientRect win32-error=0/f ]
-    [ >c-ptr POINT-array-cast [ ClientToScreen drop ] with each ]
+    [ >c-ptr POINT cast-array [ ClientToScreen drop ] with each ]
     [ nip ] 2tri ;
 
 : hwnd>RECT ( hwnd -- RECT )