Changeset 5404 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Mar 30, 2001, 1:14:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r5236 r5404 1 /* $Id: win32wbasenonclient.cpp,v 1. 29 2001-02-21 20:51:07sandervl Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.30 2001-03-30 11:14:36 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 450 450 if (dwStyle & WS_MINIMIZE) return HTCAPTION; 451 451 452 //TODO: is this correct??? 453 if (dwStyle & WS_DISABLED) return HTERROR; 454 452 455 GetWindowRect(getWindowHandle(), &rect); 453 456
Note:
See TracChangeset
for help on using the changeset viewer.