Changeset 2672 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Feb 6, 2000, 11:00:25 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r2663 r2672 1 /* $Id: win32dlg.cpp,v 1.4 2 2000-02-05 16:24:58sandervl Exp $ */1 /* $Id: win32dlg.cpp,v 1.43 2000-02-06 22:00:23 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 700 700 if (!windowClass || !windowClass->getBackgroundBrush()) return 0; 701 701 702 // rc = GetClipBox( (HDC)wParam, &rect ); 703 rc = GetRgnBox(hUpdateRegion, &rect); 702 rc = GetClipBox( (HDC)wParam, &rect ); 704 703 if ((rc == SIMPLEREGION) || (rc == COMPLEXREGION)) 705 704 { … … 709 708 hBrush = GetSysColorBrush(hBrush-1); 710 709 711 // FillRect( (HDC)wParam, &rect, hBrush); 712 FillRgn((HDC)wParam, hUpdateRegion, hBrush); 710 FillRect( (HDC)wParam, &rect, hBrush); 713 711 } 714 712
Note:
See TracChangeset
for help on using the changeset viewer.