- Timestamp:
- Sep 25, 1999, 9:11:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r1046 r1055 1 /* $Id: oslibwin.cpp,v 1. 7 1999-09-25 15:10:00 cbratschiExp $ */1 /* $Id: oslibwin.cpp,v 1.8 1999-09-25 19:11:18 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.