Ignore:
Timestamp:
Oct 12, 1999, 4:47:24 PM (26 years ago)
Author:
sandervl
Message:

MDI fix, extra message support etc

File:
1 edited

Legend:

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

    r1159 r1256  
    1 /* $Id: win32wmdichild.cpp,v 1.3 1999-10-07 09:28:02 sandervl Exp $ */
     1/* $Id: win32wmdichild.cpp,v 1.4 1999-10-12 14:47:24 sandervl Exp $ */
    22/*
    33 * Win32 MDI Child Window Class for OS/2
     
    355355             * the SWP_SHOWWINDOW command.
    356356             */
    357             newchild->SetWindowLongA(GWL_STYLE, showflag & ~WS_VISIBLE);
     357//SvL: Not here. This causes problems in OS/2
     358//            newchild->SetWindowLongA(GWL_STYLE, showflag & ~WS_VISIBLE);
    358359            if(showflag){
    359360                newchild->SetWindowPos(0, 0, 0, 0, 0, SWP_SHOWWINDOW | SWP_NOSIZE | SWP_NOMOVE );
Note: See TracChangeset for help on using the changeset viewer.