Changeset 1322 for trunk/src/user32/win32wbasepos.cpp
- Timestamp:
- Oct 16, 1999, 4:51:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasepos.cpp
r1265 r1322 1 /* $Id: win32wbasepos.cpp,v 1. 1 1999-10-13 14:24:49sandervl Exp $ */1 /* $Id: win32wbasepos.cpp,v 1.2 1999-10-16 14:51:43 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (nonclient/position methods) … … 277 277 if (getStyle() & CS_HREDRAW) result |= WVR_HREDRAW; 278 278 279 if(!isFrameWindow()) return result;280 281 279 //TODO: Wine calculates new size of client area even when window is iconic (client edges) 282 280 if(!(getStyle() & (WS_MINIMIZE | WS_ICONIC))) … … 295 293 } 296 294 #if 0 297 //TODO: Docs say app should return 0 when fCalcValidRects == 0 ,Wine doesn't do this295 //TODO: Docs say app should return 0 when fCalcValidRects == 0; Wine doesn't do this 298 296 if(wParam == 0) //fCalcValidRects 299 297 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.