Changeset 1299 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Oct 14, 1999, 9:31:32 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/oslibwin.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r1297 r1299 1 /* $Id: oslibwin.cpp,v 1.2 8 1999-10-14 18:27:57sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.29 1999-10-14 19:31:30 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 881 881 OSLibWinConvertStyle(dwStyle, &dwExStyle, &OSWinStyle, &OSFrameStyle, &borderWidth, &borderHeight); 882 882 883 OSWinStyle = OSWinStyle & ~(WS_TABSTOP | WS_GROUP | WS_CLIPCHILDREN); 884 883 885 WinSetWindowULong(hwnd, QWL_STYLE, 884 886 (WinQueryWindowULong(hwnd, QWL_STYLE) & ~0xffff0000) |
Note:
See TracChangeset
for help on using the changeset viewer.
