Changeset 1042 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Sep 25, 1999, 4:18:12 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/oslibwin.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r1039 r1042 1 /* $Id: oslibwin.cpp,v 1. 5 1999-09-25 09:27:07 dengertExp $ */1 /* $Id: oslibwin.cpp,v 1.6 1999-09-25 14:18:11 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 65 65 66 66 dwFrameStyle |= FCF_TASKLIST | FCF_NOMOVEWITHOWNER | FCF_NOBYTEALIGN; 67 dwWinStyle &= ~WS_CLIPCHILDREN;67 ///// dwWinStyle &= ~WS_CLIPCHILDREN; 68 68 69 69 *hwndFrame = WinCreateStdWindow(hwndParent, dwWinStyle,
Note:
See TracChangeset
for help on using the changeset viewer.
