Changeset 9143 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Aug 27, 2002, 11:30:50 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r9101 r9143 1 /* $Id: win32wbase.cpp,v 1.33 6 2002-08-23 15:06:01sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.337 2002-08-27 09:30:50 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 365 365 return FALSE; 366 366 } 367 if (window->getExStyle() & WS_EX_TOPMOST) 368 cs->dwExStyle |= WS_EX_TOPMOST; 369 367 370 RELEASE_WNDOBJ(window); 368 371 /* Windows does this for overlapped windows … … 3611 3614 setExStyle(ss.styleNew); 3612 3615 SendMessageA(getWindowHandle(),WM_STYLECHANGED,GWL_EXSTYLE,(LPARAM)&ss); 3616 OSLibSetWindowStyle(getOS2FrameWindowHandle(), getOS2WindowHandle(), getStyle(), getExStyle()); 3613 3617 oldval = ss.styleOld; 3614 3618 break;
Note:
See TracChangeset
for help on using the changeset viewer.