Ignore:
Timestamp:
Jun 14, 2000, 3:17:51 PM (25 years ago)
Author:
sandervl
Message:

region changes

File:
1 edited

Legend:

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

    r3679 r3705  
    1 /* $Id: win32wbase.cpp,v 1.200 2000-06-08 18:10:11 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.201 2000-06-14 13:15:25 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    20532053
    20542054    dprintf(("ShowWindow %x %x", getWindowHandle(), nCmdShow));
    2055 
     2055    if(getWindowHandle() == 0x68000030 && nCmdShow == 0) {
     2056        rc = 0;
     2057    }
    20562058    wasVisible = (getStyle() & WS_VISIBLE) != 0;
    20572059
     
    23862388        else DebugInt3();
    23872389    }
    2388 
    23892390    /* Hide the window */
    23902391    if(IsWindowVisible())
Note: See TracChangeset for help on using the changeset viewer.