Changeset 1299 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Oct 14, 1999, 9:31:32 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1297 r1299 1 /* $Id: win32wbase.cpp,v 1.4 2 1999-10-14 18:27:59sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.43 1999-10-14 19:31:32 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1963 1963 } 1964 1964 1965 #if 0 1966 if(showstate & SWPOS_SHOW && (getStyle() & WS_VISIBLE) == 0) { 1967 SetWindowLongA(GWL_STYLE, getStyle() | WS_VISIBLE); 1968 } 1969 #endif 1965 1970 BOOL rc = OSLibWinShowWindow(OS2HwndFrame, showstate); 1966 1971 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.