Changeset 6342 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Jul 15, 2001, 5:39:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r6168 r6342 1 /* $Id: oslibwin.cpp,v 1.10 5 2001-07-04 09:55:17sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.106 2001-07-15 15:39:03 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 27 27 #include "oslibgdi.h" 28 28 #include "pmwindow.h" 29 #include "initterm.h" 29 30 30 31 #define DBG_LOCALLOG DBG_oslibwin … … 192 193 swp[i].cx -= minmaxwidth; 193 194 } 194 if(dwStyle & WS_SYSMENU_W) { 195 //there is no close button in warp 3 196 if((dwStyle & WS_SYSMENU_W) && !fVersionWarp3) { 195 197 swp[i].cx -= minmaxwidth/2; 196 198 } … … 217 219 swp[i].cx += minmaxwidth; 218 220 } 219 if(dwStyle & WS_SYSMENU_W) { 221 //there is no close button in warp 3 222 if((dwStyle & WS_SYSMENU_W) && !fVersionWarp3) { 220 223 swp[i].cx += minmaxwidth/2; 221 224 }
Note:
See TracChangeset
for help on using the changeset viewer.