Ignore:
Timestamp:
Oct 14, 1999, 9:31:32 PM (26 years ago)
Author:
sandervl
Message:

Window rectange fixes + partly implemented CopyImage

File:
1 edited

Legend:

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

    r1297 r1299  
    1 /* $Id: win32wbase.cpp,v 1.42 1999-10-14 18:27:59 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.43 1999-10-14 19:31:32 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    19631963    }
    19641964
     1965#if 0
     1966    if(showstate & SWPOS_SHOW && (getStyle() & WS_VISIBLE) == 0) {
     1967        SetWindowLongA(GWL_STYLE, getStyle() | WS_VISIBLE);
     1968    }
     1969#endif
    19651970    BOOL rc = OSLibWinShowWindow(OS2HwndFrame, showstate);
    19661971    return rc;
Note: See TracChangeset for help on using the changeset viewer.