Changeset 7063 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Oct 15, 2001, 7:10:55 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r6941 r7063 1 /* $Id: win32wbasenonclient.cpp,v 1.3 6 2001-10-03 18:37:53sandervl Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.37 2001-10-15 17:09:04 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 889 889 890 890 if(fOS2Look) { 891 if ((dwStyle & WS_SYSMENU) && !(dwExStyle & WS_EX_TOOLWINDOW)) 891 if ((dwStyle & WS_SYSMENU) && !(dwExStyle & WS_EX_TOOLWINDOW) && 892 fOS2Look != OS2_APPEARANCE_SYSMENU) 892 893 { 893 894 HICON hSysIcon = IconForWindow(ICON_SMALL);
Note:
See TracChangeset
for help on using the changeset viewer.