Ignore:
Timestamp:
May 22, 2000, 9:05:58 PM (25 years ago)
Author:
sandervl
Message:

update; put back removed parts

File:
1 edited

Legend:

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

    r3584 r3587  
    1 /* $Id: win32wbase.cpp,v 1.192 2000-05-22 17:21:11 cbratschi Exp $ */
     1/* $Id: win32wbase.cpp,v 1.193 2000-05-22 19:05:58 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    20942094    OSLibWinShowWindow(OS2Hwnd, showstate);
    20952095
     2096    SendInternalMessageA(WM_SHOWWINDOW, (showstate & SWPOS_SHOW) ? 1 : 0, 0);
     2097
    20962098    //CB: PMFrame: WM_MINMAXFRAME SWP_* handling isn't always successful!
    20972099    if ((showstate & SWPOS_MAXIMIZE) == SWPOS_MAXIMIZE)
Note: See TracChangeset for help on using the changeset viewer.