Changeset 2873 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Feb 23, 2000, 6:05:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r2857 r2873 1 /* $Id: win32wbasenonclient.cpp,v 1.1 4 2000-02-22 17:07:43cbratschi Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.15 2000-02-23 17:05:19 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 1375 1375 if (uFlags & DC_ACTIVE) 1376 1376 { 1377 HBRUSH hbr = SelectObject (hdc, CACHE_GetPattern55AABrush ());1377 HBRUSH hbr = SelectObject (hdc, GetPattern55AABrush ()); 1378 1378 PatBlt (hdc, rc.left, rc.top, 1379 1379 rc.right-rc.left, rc.bottom-rc.top, 0xFA0089);
Note:
See TracChangeset
for help on using the changeset viewer.