Changeset 3525 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- May 12, 2000, 8:09:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r3513 r3525 1 /* $Id: win32wbase.cpp,v 1.18 6 2000-05-10 13:14:43sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.187 2000-05-12 18:09:42 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1056 1056 RECT client = rectClient; 1057 1057 1058 //// mapWin32Rect(getParent() ? getParent()->getOS2WindowHandle():OSLIB_HWND_DESKTOP,OS2HwndFrame,&client);1059 1058 if ((rect.left >= client.left) && (rect.left < client.right) && 1060 1059 (rect.right >= client.left) && (rect.right < client.right) &&
Note:
See TracChangeset
for help on using the changeset viewer.