Changeset 10013 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Apr 11, 2003, 5:22:34 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r9871 r10013 1 /* $Id: win32wbasenonclient.cpp,v 1.5 0 2003-02-28 09:56:00sandervl Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.51 2003-04-11 15:22:34 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 906 906 HBITMAP memBmp,oldBmp; 907 907 908 if(fOS2Look) { 908 //WS_EX_TOOLWINDOW is incompatible with the OS2Look (titlebar thinner + smaller font) 909 if(fOS2Look && !(dwExStyle & WS_EX_TOOLWINDOW)) { 909 910 //Note: If no class icon *and* WS_EX_DLGMODALFRAME -> no system menu 910 911 if((dwStyle & WS_SYSMENU) && !(dwExStyle & WS_EX_TOOLWINDOW) && … … 1014 1015 } 1015 1016 1016 if ((dwStyle & WS_MAXIMIZEBOX) || (dwStyle & WS_MINIMIZEBOX)) 1017 //Testing in NT4 shows that tool windows never have a minimize or maximize button! 1018 if (((dwStyle & WS_MAXIMIZEBOX) || (dwStyle & WS_MINIMIZEBOX)) && 1019 !(dwExStyle & WS_EX_TOOLWINDOW)) 1017 1020 { 1018 1021 /* In win95 the two buttons are always there */
Note:
See TracChangeset
for help on using the changeset viewer.