Changeset 8105 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Mar 20, 2002, 11:30:08 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r7801 r8105 1 /* $Id: win32wbasenonclient.cpp,v 1.3 8 2002-02-05 17:59:01sandervl Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.39 2002-03-20 10:30:07 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 439 439 winRect->right = winRect->left; 440 440 } 441 441 else { 442 //must return empty rectangle in parent coordinates (converted to 443 //(0,0)(0,0) in NCCALCSIZE handler 444 winRect->right = winRect->left; 445 winRect->bottom = winRect->top; 446 } 442 447 return result; 443 448 }
Note:
See TracChangeset
for help on using the changeset viewer.