Ignore:
Timestamp:
Aug 22, 1999, 10:30:53 AM (26 years ago)
Author:
sandervl
Message:

Erase background changes

File:
1 edited

Legend:

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

    r509 r614  
    1 /* $Id: pmwindow.cpp,v 1.18 1999-08-16 15:55:28 dengert Exp $ */
     1/* $Id: pmwindow.cpp,v 1.19 1999-08-22 08:30:52 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    210210
    211211        dprintf(("OS2: WM_ERASEBACKGROUND %x", hwnd));
    212         hps = WinGetPS(hwnd);
    213         if(!win32wnd->MsgEraseBackGround((ULONG)hps))
     212        if(!win32wnd->MsgEraseBackGround())
    214213        {
    215214                /*
     
    217216                 * in SYSCLR_WINDOW.
    218217                 */
    219                 WinReleasePS(hps);
    220218                return (MRESULT)( TRUE );
    221219        }
    222         WinReleasePS(hps);
    223220        return (MRESULT) FALSE;
    224221    }
Note: See TracChangeset for help on using the changeset viewer.