]> gitweb.factorcode.org Git - factor.git/commitdiff
Add missing ClientToScreen export to windows.user32
authorJoe Groff <arcata@gmail.com>
Fri, 8 May 2009 21:09:57 +0000 (14:09 -0700)
committerJoe Groff <arcata@gmail.com>
Fri, 8 May 2009 21:09:57 +0000 (14:09 -0700)
basis/windows/user32/user32.factor [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index b6caa7c..2272695
@@ -652,7 +652,7 @@ FUNCTION: HDC BeginPaint ( HWND hwnd, LPPAINTSTRUCT lpPaint ) ;
 FUNCTION: HWND ChildWindowFromPoint ( HWND hWndParent, POINT point ) ;
 ! FUNCTION: ChildWindowFromPointEx
 ! FUNCTION: ClientThreadSetup
-! FUNCTION: ClientToScreen
+FUNCTION: BOOL ClientToScreen ( HWND hWnd, POINT* point ) ;
 ! FUNCTION: CliImmSetHotKey
 FUNCTION: int ClipCursor ( RECT* clipRect ) ;
 FUNCTION: BOOL CloseClipboard ( ) ;