Changeset 6384 for trunk/src/gdi32/text.cpp
- Timestamp:
- Jul 21, 2001, 5:57:17 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/text.cpp
r5898 r6384 1 /* $Id: text.cpp,v 1.2 5 2001-06-03 12:01:41sandervl Exp $ */1 /* $Id: text.cpp,v 1.26 2001-07-21 15:57:17 sandervl Exp $ */ 2 2 3 3 /* … … 724 724 FillRect(hdc, lprc, hbrush); 725 725 SelectObject(hdc, oldbrush); 726 DeleteObject(hbrush); 726 727 return TRUE; 727 728 #endif
Note:
See TracChangeset
for help on using the changeset viewer.