]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.backend.windows: And fix the UI for LoadCursor.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Jul 2018 02:25:29 +0000 (21:25 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Jul 2018 02:26:27 +0000 (21:26 -0500)
Related to #2011

basis/ui/backend/windows/windows.factor

index 2b7751d93292ac10f13ad9afca35735bba6bbb9f..7431ddb4c9722982d1fbe81a4ff3af02392de677 100755 (executable)
@@ -578,7 +578,7 @@ M: windows-ui-backend do-events
         0 >>cbWndExtra
         f GetModuleHandle >>hInstance
         f GetModuleHandle "APPICON" native-string>alien LoadIcon >>hIcon
-        f IDC_ARROW LoadCursor >>hCursor
+        f IDC_ARROW MAKEINTRESOURCE LoadCursor >>hCursor
 
         class-name-ptr >>lpszClassName
         RegisterClassEx win32-error=0/f