Changeset 1491 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Oct 28, 1999, 5:20:25 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1490 r1491 1 /* $Id: win32wbase.cpp,v 1.6 3 1999-10-28 12:00:34sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.64 1999-10-28 15:20:25 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2563 2563 setStyle(ss.styleNew); 2564 2564 if(!IsWindowDestroyed()) 2565 OSLibSetWindowStyle(OS2HwndFrame, dwStyle);2565 OSLibSetWindowStyle(OS2HwndFrame, ss.styleNew); 2566 2566 SendMessageA(WM_STYLECHANGED,GWL_STYLE,(LPARAM)&ss); 2567 2567 return ss.styleOld;
Note:
See TracChangeset
for help on using the changeset viewer.