- Timestamp:
- Jan 1, 2003, 7:46:15 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r9578 r9580 1 /* $Id: oslibwin.cpp,v 1.13 3 2003-01-01 18:15:04sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.134 2003-01-01 18:46:15 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 1070 1070 if(WinIsMenuItemValid(hwndMinMax, SC_MINIMIZE) == FALSE) { 1071 1071 //recreate mimize button 1072 OSFrameStyle |= FCF_MINBUTTON; 1072 //TODO: this method doesn't work (hang during destruction probably) 1073 // OSFrameStyle |= FCF_MINBUTTON; 1073 1074 } 1074 1075 } … … 1086 1087 if(WinIsMenuItemValid(hwndMinMax, SC_MAXIMIZE) == FALSE) { 1087 1088 //recreate maximize button 1088 OSFrameStyle |= FCF_MAXBUTTON; 1089 //TODO: this method doesn't work (hang during destruction probably) 1090 // OSFrameStyle |= FCF_MAXBUTTON; 1089 1091 } 1090 1092 }
Note:
See TracChangeset
for help on using the changeset viewer.