Changeset 6008 for trunk/src/user32/win32wbase.h
- Timestamp:
- Jun 14, 2001, 1:30:57 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r5973 r6008 1 /* $Id: win32wbase.h,v 1.1 19 2001-06-12 17:02:42sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.120 2001-06-14 11:30:57 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 150 150 151 151 DWORD getStyle() { return dwStyle; }; 152 DWORD getOldStyle() { return dwOldStyle; }; 152 153 void setStyle(DWORD newstyle) { dwStyle = newstyle; }; 153 154 DWORD getExStyle() { return dwExStyle; }; … … 347 348 ULONG dwExStyle; //GWL_EXSTYLE 348 349 ULONG dwStyle; //GWL_STYLE 350 ULONG dwOldStyle; //Used to determine which frame control buttons to change (OS/2 mode) 349 351 WNDPROC win32wndproc; //GWL_WNDPROC 350 352 ULONG hInstance; //GWL_HINSTANCE
Note:
See TracChangeset
for help on using the changeset viewer.