Changeset 1256 for trunk/src/user32/win32wmdichild.cpp
- Timestamp:
- Oct 12, 1999, 4:47:24 PM (26 years ago)
- 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:02sandervl Exp $ */1 /* $Id: win32wmdichild.cpp,v 1.4 1999-10-12 14:47:24 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Child Window Class for OS/2 … … 355 355 * the SWP_SHOWWINDOW command. 356 356 */ 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); 358 359 if(showflag){ 359 360 newchild->SetWindowPos(0, 0, 0, 0, 0, SWP_SHOWWINDOW | SWP_NOSIZE | SWP_NOMOVE );
Note:
See TracChangeset
for help on using the changeset viewer.