Changeset 7780 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Jan 20, 2002, 4:26:21 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r7765 r7780 1 /* $Id: win32wbase.cpp,v 1.31 1 2002-01-12 14:09:31 sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.312 2002-01-20 15:26:21 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 147 147 //(dangerous assumption!!) 148 148 OSLibWinQueryWindowClientRect(OS2Hwnd, &rectClient); 149 rectWindow = rectClient;149 OSLibQueryWindowRectAbsolute (OS2Hwnd, &rectWindow); 150 150 151 151 fFakeWindow = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.