Changeset 324 for trunk/src/user32/new/win32wnd.cpp
- Timestamp:
- Jul 17, 1999, 8:30:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/win32wnd.cpp
r323 r324 1 /* $Id: win32wnd.cpp,v 1. 7 1999-07-17 15:23:38sandervl Exp $ */1 /* $Id: win32wnd.cpp,v 1.8 1999-07-17 18:30:51 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Code for OS/2 … … 27 27 #include "hooks.h" 28 28 #include <oslibwin.h> 29 #include <oslibutil.h> 29 30 30 31 #define HAS_DLGFRAME(style,exStyle) \ … … 662 663 //****************************************************************************** 663 664 //****************************************************************************** 664 ULONG Win32Window::MsgMove(ULONG x Screen, ULONG yScreen, ULONG xParent, ULONG yParent)665 ULONG Win32Window::MsgMove(ULONG xParent, ULONG yParent) 665 666 { 666 667 return 0; … … 731 732 return 1; 732 733 } 733 return SendMessageA(win32msg, 0, MAKELONG(x, OS2TOWIN32POINT(height, y)));734 return SendMessageA(win32msg, 0, MAKELONG(x, MapOS2ToWin32Y(OS2Hwnd, y))); 734 735 } 735 736 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.