Changeset 3419 for trunk/src/user32/window.cpp
- Timestamp:
- Apr 18, 2000, 1:13:01 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r3373 r3419 1 /* $Id: window.cpp,v 1.6 0 2000-04-13 18:50:44sandervl Exp $ */1 /* $Id: window.cpp,v 1.61 2000-04-18 11:13:01 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 658 658 window = windowDesktop; 659 659 660 661 660 if(!window) { 662 661 dprintf(("GetWindowRect, window %x not found", hwnd)); … … 670 669 *pRect = *window->getWindowRect(); //always in screen coordinates 671 670 672 if(hwnd == 0x68000034) {673 window = 0;674 }675 671 dprintf(("GetWindowRect %x (%d,%d) (%d,%d)", hwnd, pRect->left, pRect->top, pRect->right, pRect->bottom)); 676 672 return TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.