Changeset 6001 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Jun 13, 2001, 7:28:07 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/win32wbase.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r5994 r6001 1 /* $Id: win32wbase.cpp,v 1.26 7 2001-06-13 12:19:09sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.268 2001-06-13 17:28:07 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1343 1343 return GetSysColorBrush(COLOR_BTNFACE); 1344 1344 } 1345 1346 1345 if( ctlType == CTLCOLOR_SCROLLBAR) 1347 1346 { … … 1618 1617 RECT rect; 1619 1618 int rc; 1620 1621 if(getWindowHandle() == 0x68000044) {1622 rc = GetClipBox( (HDC)wParam, &rect );1623 FillRect( (HDC)wParam, &rect, GetSysColorBrush(COLOR_WINDOWTEXT));1624 return 1;1625 }1626 1619 1627 1620 if (!windowClass || !windowClass->getBackgroundBrush()) return 0;
Note:
See TracChangeset
for help on using the changeset viewer.
