Ignore:
Timestamp:
Dec 4, 1999, 1:04:19 AM (26 years ago)
Author:
sandervl
Message:

Experimental WM_ERASEBACKGND change

File:
1 edited

Legend:

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

    r1883 r1965  
    1 /* $Id: pmwindow.cpp,v 1.60 1999-11-30 12:39:14 dengert Exp $ */
     1/* $Id: pmwindow.cpp,v 1.61 1999-12-04 00:04:19 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    880880    {
    881881        dprintf(("OS2: WM_ERASEBACKGROUND %x", win32wnd->getWindowHandle()));
     882#if 1
     883        break;
     884#else
    882885
    883886        if (WinQueryUpdateRect (hwnd, NULL) && !win32wnd->isSupressErase()) {
     
    887890
    888891        break;
     892#endif
    889893    }
    890894
     
    893897        dprintf(("OS2: WM_PAINT %x", hwnd));
    894898
     899#if 0
    895900        if (WinQueryUpdateRect (hwnd, NULL)) {
    896901            if (!win32wnd->isSupressErase() && win32wnd->isEraseBkgnd()) {
     
    901906
    902907        win32wnd->setSupressErase (FALSE);
     908#endif
    903909
    904910        win32wnd->MsgPaint(0, 0);
Note: See TracChangeset for help on using the changeset viewer.