Changeset 5512 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Apr 15, 2001, 7:05:29 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r5496 r5512 1 /* $Id: win32wbase.cpp,v 1.25 0 2001-04-12 14:04:32sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.251 2001-04-15 17:05:29 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1581 1581 int rc; 1582 1582 1583 if(getWindowHandle() == 0x68000044) { 1584 rc = GetClipBox( (HDC)wParam, &rect ); 1585 FillRect( (HDC)wParam, &rect, GetSysColorBrush(COLOR_WINDOWTEXT)); 1586 return 1; 1587 } 1588 1583 1589 if (!windowClass || !windowClass->getBackgroundBrush()) return 0; 1584 1590 … … 3443 3449 setStyle(ss.styleNew); 3444 3450 SendInternalMessageA(WM_STYLECHANGED,GWL_STYLE,(LPARAM)&ss); 3445 //// OSLibSetWindowStyle(getOS2WindowHandle(), getStyle(), getExStyle(), 3446 //// windowClass->getStyle() & CS_SAVEBITS); 3451 OSLibSetWindowStyle(getOS2WindowHandle(), getStyle(), getExStyle()); 3447 3452 #ifdef DEBUG 3448 3453 PrintWindowStyle(ss.styleNew, 0);
Note:
See TracChangeset
for help on using the changeset viewer.