Changeset 4597 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Nov 15, 2000, 2:57:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r4494 r4597 1 /* $Id: win32wbasenonclient.cpp,v 1.2 5 2000-10-17 17:11:08sandervl Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.26 2000-11-15 13:57:57 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 424 424 winRect->right -= tmpRect.right; 425 425 winRect->bottom -= tmpRect.bottom; 426 427 if (winRect->top > winRect->bottom) 428 winRect->bottom = winRect->top; 429 430 if (winRect->left > winRect->right) 431 winRect->right = winRect->left; 426 432 } 427 433
Note:
See TracChangeset
for help on using the changeset viewer.