Changeset 2257 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Dec 29, 1999, 11:54:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r2250 r2257 1 /* $Id: win32wbase.cpp,v 1.12 4 1999-12-29 14:37:17 sandervlExp $ */1 /* $Id: win32wbase.cpp,v 1.125 1999-12-29 22:54:02 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 118 118 } 119 119 120 OSLibWinQueryWindowRect(OS2Hwnd,&rectWindow); 121 rectClient = rectWindow; 122 rectClient.bottom -= rectClient.top; 123 rectClient.top = 0; 124 rectClient.right -= rectClient.left; 125 rectClient.left = 0; 120 OSLibWinQueryWindowRect(OS2Hwnd,&rectClient,RELATIVE_TO_WINDOW); 121 OSLibWinQueryWindowRect(OS2Hwnd,&rectWindow,RELATIVE_TO_SCREEN); 126 122 127 123 setOldWndProc(SubclassWithDefHandler(OS2Hwnd));
Note:
See TracChangeset
for help on using the changeset viewer.