Changeset 1281 for trunk/src/user32/win32wbase.h
- Timestamp:
- Oct 14, 1999, 11:22:43 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r1265 r1281 1 /* $Id: win32wbase.h,v 1.2 1 1999-10-13 14:24:28sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.22 1999-10-14 09:22:42 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 61 61 virtual ~Win32BaseWindow(); 62 62 63 virtual ULONG MsgCreate(HWND hwnd OS2, ULONG initParam);63 virtual ULONG MsgCreate(HWND hwndFrame, HWND hwndClient); 64 64 ULONG MsgQuit(); 65 65 ULONG MsgClose(); … … 106 106 Win32WndClass *getWindowClass() { return windowClass; }; 107 107 108 BOOL isFrameWindow() { return OS2Hwnd != OS2HwndFrame; };108 BOOL isFrameWindow(); 109 109 virtual BOOL isMDIClient(); 110 110 … … 242 242 243 243 BOOL isIcon; 244 BOOL fCreated;245 244 BOOL fFirstShow; 246 245 BOOL fIsDialog; 247 246 BOOL fInternalMsg; //Used to distinguish between messages 248 247 //sent by PM and those sent by apps 248 BOOL fNoSizeMsg; 249 249 250 250 PVOID pOldFrameProc; … … 266 266 RECT rectWindow; 267 267 RECT rectClient; 268 269 CREATESTRUCTA *tmpcs; //temporary pointer to CREATESTRUCT used in CreateWindowEx 270 ULONG sw; //set in CreateWindowExA, used in MsgCreate method 268 271 269 272 SCROLLBAR_INFO *vertScrollInfo;
Note:
See TracChangeset
for help on using the changeset viewer.