Changeset 4674 for trunk/src/user32/dc.cpp
- Timestamp:
- Nov 22, 2000, 2:44:50 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r4597 r4674 1 /* $Id: dc.cpp,v 1.7 8 2000-11-15 13:57:56sandervl Exp $ */1 /* $Id: dc.cpp,v 1.79 2000-11-22 13:44:49 sandervl Exp $ */ 2 2 3 3 /* … … 1232 1232 } 1233 1233 else { 1234 dprintf2(("WinInvalidateRect (%d,%d)(%d,%d)", rectl.xLeft, rectl.yBottom, rectl.xRight, rectl.yTop)); 1234 1235 success = WinInvalidateRect (hwnd, &rectl, IncludeChildren); 1235 1236 //SvL: If all children are included, then WinInvalidateRect is called
Note:
See TracChangeset
for help on using the changeset viewer.