Ignore:
Timestamp:
Nov 27, 1999, 3:16:35 PM (26 years ago)
Author:
cbratschi
Message:

edit fixes, monitor API

File:
1 edited

Legend:

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

    r1855 r1860  
    1 /* $Id: pmwindow.cpp,v 1.58 1999-11-27 00:10:20 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.59 1999-11-27 14:16:35 cbratschi Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    880880    {
    881881        dprintf(("OS2: WM_ERASEBACKGROUND %x", win32wnd->getWindowHandle()));
    882         //CB: handled in WM_PAINT too, don't do it twice!
    883882
    884883        if (WinQueryUpdateRect (hwnd, NULL) && !win32wnd->isSupressErase()) {
Note: See TracChangeset for help on using the changeset viewer.