Changeset 1351 for trunk/src/user32/dc.cpp
- Timestamp:
- Oct 18, 1999, 1:59:58 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r1336 r1351 1 /* $Id: dc.cpp,v 1.1 5 1999-10-17 15:46:07 sandervl Exp $ */1 /* $Id: dc.cpp,v 1.16 1999-10-18 11:59:57 sandervl Exp $ */ 2 2 3 3 /* … … 1011 1011 sendEraseBkgnd (wnd); 1012 1012 1013 #if 1 1014 WinUpdateWindow(wnd->getOS2FrameWindowHandle()); 1015 #else 1013 1016 wnd->MsgPaint(0); 1017 #endif 1014 1018 1015 1019 SetFS(sel);
Note:
See TracChangeset
for help on using the changeset viewer.