Changeset 1324 for trunk/src


Ignore:
Timestamp:
Oct 16, 1999, 8:56:51 PM (26 years ago)
Author:
sandervl
Message:

put back wm_erasebackgnd

File:
1 edited

Legend:

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

    r1314 r1324  
    1 /* $Id: pmwindow.cpp,v 1.31 1999-10-16 10:28:31 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.32 1999-10-16 18:56:51 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    856856        dprintf(("OS2: WM_PAINT %x", hwnd));
    857857
    858 #if 0
    859858        if (WinQueryUpdateRect (hwnd, NULL)) {
    860859            if (!win32wnd->isSupressErase()) {
     
    864863        }
    865864        win32wnd->setSupressErase (FALSE);
    866 #endif
     865
    867866        if(win32wnd->MsgPaint(0, 0)) {
    868867                goto RunDefWndProc;
Note: See TracChangeset for help on using the changeset viewer.