Changeset 3705 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Jun 14, 2000, 3:17:51 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r3679 r3705 1 /* $Id: win32wbase.cpp,v 1.20 0 2000-06-08 18:10:11sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.201 2000-06-14 13:15:25 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2053 2053 2054 2054 dprintf(("ShowWindow %x %x", getWindowHandle(), nCmdShow)); 2055 2055 if(getWindowHandle() == 0x68000030 && nCmdShow == 0) { 2056 rc = 0; 2057 } 2056 2058 wasVisible = (getStyle() & WS_VISIBLE) != 0; 2057 2059 … … 2386 2388 else DebugInt3(); 2387 2389 } 2388 2389 2390 /* Hide the window */ 2390 2391 if(IsWindowVisible())
Note:
See TracChangeset
for help on using the changeset viewer.