Changeset 6620 for trunk/src/user32/user32.cpp
- Timestamp:
- Sep 1, 2001, 2:47:13 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r6617 r6620 1 /* $Id: user32.cpp,v 1.11 3 2001-08-31 20:23:44 phallerExp $ */1 /* $Id: user32.cpp,v 1.114 2001-09-01 12:41:42 sandervl Exp $ */ 2 2 3 3 /* … … 1134 1134 int WIN32API FillRect(HDC hDC, const RECT * lprc, HBRUSH hbr) 1135 1135 { 1136 //SvL: brush 0 means current lyselected brush (verified in NT4)1136 //SvL: brush 0 means current selected brush (verified in NT4) 1137 1137 if(hbr == 0) { 1138 1138 hbr = GetCurrentObject(hDC, OBJ_BRUSH);
Note:
See TracChangeset
for help on using the changeset viewer.