Ignore:
Timestamp:
Oct 17, 1999, 5:46:10 PM (26 years ago)
Author:
sandervl
Message:

Dialog fixes + ported Wine apis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/dc.cpp

    r1333 r1336  
    1 /* $Id: dc.cpp,v 1.14 1999-10-17 12:17:42 cbratschi Exp $ */
     1/* $Id: dc.cpp,v 1.15 1999-10-17 15:46:07 sandervl Exp $ */
    22
    33/*
     
    10061006   Win32BaseWindow *wnd = Win32BaseWindow::GetWindowFromHandle (hwnd);
    10071007
    1008 dprintf (("User32: UpdateWindow hwnd %x -> wnd %x", hwnd, wnd));
     1008   dprintf (("User32: UpdateWindow hwnd %x -> wnd %x", hwnd, wnd));
    10091009
    10101010   if (WinQueryUpdateRect (wnd->getOS2WindowHandle(), NULL))
Note: See TracChangeset for help on using the changeset viewer.