Changeset 7110 for trunk/src


Ignore:
Timestamp:
Oct 18, 2001, 3:28:08 PM (24 years ago)
Author:
sandervl
Message:

Notify visible region callback when WM_SHOW arrives

File:
1 edited

Legend:

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

    r7063 r7110  
    1 /* $Id: pmwindow.cpp,v 1.155 2001-10-15 17:09:04 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.156 2001-10-18 13:28:08 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    331331    case WM_SHOW:
    332332        dprintf(("OS2: WM_SHOW %x %d", hwnd, mp1));
     333        //SvL: When a window is made visible, then we don't receive a
     334        //     WM_VRNENABLED message (for some weird reason)
     335        win32wnd->callVisibleRgnNotifyProc(TRUE);
    333336        win32wnd->MsgShow((ULONG)mp1);
    334337        break;
Note: See TracChangeset for help on using the changeset viewer.