Changeset 1860 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Nov 27, 1999, 3:16:35 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1849 r1860 1 /* $Id: win32wbase.cpp,v 1.9 7 1999-11-26 17:06:09cbratschi Exp $ */1 /* $Id: win32wbase.cpp,v 1.98 1999-11-27 14:16:35 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1228 1228 } 1229 1229 //****************************************************************************** 1230 //TODO: in- or excluding terminating 0?1231 1230 //****************************************************************************** 1232 1231 ULONG Win32BaseWindow::MsgGetTextLength() … … 2886 2885 return value; 2887 2886 2888 value &= ~(WS_VISIBLE | WS_CHILD);/* Some bits can't be changed this way (WINE) */2887 value &= ~(WS_VISIBLE | WS_CHILD); /* Some bits can't be changed this way (WINE) */ 2889 2888 ss.styleOld = getStyle(); 2890 2889 ss.styleNew = value | (ss.styleOld & (WS_VISIBLE | WS_CHILD)); 2891 2890 dprintf(("SetWindowLong GWL_STYLE %x old %x new style %x", getWindowHandle(), getStyle(), value)); 2892 2891 SendMessageA(WM_STYLECHANGING,GWL_STYLE,(LPARAM)&ss);
Note:
See TracChangeset
for help on using the changeset viewer.