Changeset 1336 for trunk/src/user32/dc.cpp
- Timestamp:
- Oct 17, 1999, 5:46:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r1333 r1336 1 /* $Id: dc.cpp,v 1.1 4 1999-10-17 12:17:42 cbratschiExp $ */1 /* $Id: dc.cpp,v 1.15 1999-10-17 15:46:07 sandervl Exp $ */ 2 2 3 3 /* … … 1006 1006 Win32BaseWindow *wnd = Win32BaseWindow::GetWindowFromHandle (hwnd); 1007 1007 1008 dprintf (("User32: UpdateWindow hwnd %x -> wnd %x", hwnd, wnd));1008 dprintf (("User32: UpdateWindow hwnd %x -> wnd %x", hwnd, wnd)); 1009 1009 1010 1010 if (WinQueryUpdateRect (wnd->getOS2WindowHandle(), NULL))
Note:
See TracChangeset
for help on using the changeset viewer.