Changeset 1186 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Oct 8, 1999, 4:57:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r1176 r1186 1 /* $Id: pmwindow.cpp,v 1.2 1 1999-10-07 23:21:30sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.22 1999-10-08 14:57:17 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 298 298 classStyle = win32wnd->getClass()->getStyle(); 299 299 300 #if 0 301 if ((yDelta != 0) && ((classStyle & CS_VREDRAW_W) || 302 ((classStyle & CS_HREDRAW_W) && (pswp->cx != pswpo->cx)))) 303 #else 300 304 if (yDelta != 0 || xDelta != 0) 305 #endif 301 306 { 302 307 HENUM henum = WinBeginEnumWindows(pswp->hwnd); … … 321 326 #endif 322 327 323 swp[i].cy += yDelta; 324 swp[i].fl = SWP_SIZE; 328 swp[i].y += yDelta; 325 329 326 330 if (i == 9)
Note:
See TracChangeset
for help on using the changeset viewer.