Changeset 1163
- Timestamp:
 - Oct 7, 1999, 12:51:47 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/pmwindow.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/pmwindow.cpp
r1159 r1163 1 /* $Id: pmwindow.cpp,v 1.1 6 1999-10-07 09:28:01 sandervlExp $ */1 /* $Id: pmwindow.cpp,v 1.17 1999-10-07 10:51:47 achimha Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 295 295 } 296 296 classStyle = win32wnd->getClass()->getStyle(); 297 if ((yDelta != 0) && ((classStyle & CS_VREDRAW_W) || 298 ((classStyle & CS_HREDRAW_W) && (pswp->cx != pswpo->cx))))297 298 if ((yDelta != 0) && (pswp->cx != pswpo->cx)) 299 299 { 300 300 HENUM henum = WinBeginEnumWindows(pswp->hwnd);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  