- Timestamp:
- Oct 18, 2001, 3:28:08 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r7063 r7110 1 /* $Id: pmwindow.cpp,v 1.15 5 2001-10-15 17:09:04sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.156 2001-10-18 13:28:08 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 331 331 case WM_SHOW: 332 332 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); 333 336 win32wnd->MsgShow((ULONG)mp1); 334 337 break;
Note:
See TracChangeset
for help on using the changeset viewer.