Changeset 9563 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Dec 29, 2002, 6:17:16 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r9463 r9563 1 /* $Id: oslibwin.cpp,v 1.13 0 2002-12-04 15:23:38sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.131 2002-12-29 17:17:16 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 162 162 static int minmaxwidth = 0; 163 163 static int minmaxheight = 0; 164 165 dprintf(("OSLibWinPositionFrameControls %x (%x,%x) %x %d", hwndFrame, dwStyle, dwExStyle, hSysMenuIcon, drawCloseButton)); 164 166 165 167 if(minmaxwidth == 0) { … … 1098 1100 BOOL OSLibChangeCloseButtonState(HWND hwndFrame, BOOL State) 1099 1101 { 1102 dprintf(("OSLibChangeCloseButtonState %x %d", hwndFrame, State)); 1100 1103 return WinEnableMenuItem(WinWindowFromID(hwndFrame, FID_SYSMENU), SC_CLOSE, State); 1101 1104 }
Note:
See TracChangeset
for help on using the changeset viewer.