Ignore:
Timestamp:
Oct 1, 2001, 12:24:42 AM (24 years ago)
Author:
sandervl
Message:

added visible region callback function

File:
1 edited

Legend:

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

    r6783 r6902  
    1 /* $Id: pmwindow.cpp,v 1.148 2001-09-22 18:20:59 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.149 2001-09-30 22:24:41 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    374374            break;
    375375        }
     376        if(mp1) {//visible region has been altered
     377            win32wnd->callVisibleRgnNotifyProc(TRUE);
     378        }
    376379        goto RunDefWndProc;
    377380
    378381    case WM_VRNDISABLED:
    379382        dprintf(("OS2: WM_VRNDISABLED %x %x %x", win32wnd->getWindowHandle(), mp1, mp2));
     383        //visible region is about to change or WinLockWindowUpdate called
     384        //suspend window drawing
     385        win32wnd->callVisibleRgnNotifyProc(FALSE);
    380386        goto RunDefWndProc;
    381387
Note: See TracChangeset for help on using the changeset viewer.