Changeset 2383 for trunk/src/user32/window.cpp
- Timestamp:
- Jan 9, 2000, 3:38:30 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r2257 r2383 1 /* $Id: window.cpp,v 1.4 6 1999-12-29 22:54:04 cbratschiExp $ */1 /* $Id: window.cpp,v 1.47 2000-01-09 14:37:12 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 648 648 return 0; 649 649 } 650 rc = window->GetWindowRect(pRect);650 *pRect = *window->getWindowRect(); 651 651 dprintf(("GetWindowRect %x (%d,%d) (%d,%d)", hwnd, pRect->left, pRect->top, pRect->right, pRect->bottom)); 652 return rc;652 return TRUE; 653 653 } 654 654 //****************************************************************************** … … 1009 1009 DWP *pDWP; 1010 1010 1011 dprintf(("USER32: BeginDeferWindowPos\n"));1011 dprintf(("USER32: BeginDeferWindowPos %x", count)); 1012 1012 if (count <= 0) 1013 1013 {
Note:
See TracChangeset
for help on using the changeset viewer.