Add missing ClientToScreen export to windows.user32

db4
Joe Groff 2009-05-08 14:09:57 -07:00
parent abb9f8ad6a
commit 8151796b06
1 changed files with 1 additions and 1 deletions

2
basis/windows/user32/user32.factor Normal file → Executable file
View File

@ -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 ( ) ;