Ignore:
Timestamp:
Oct 14, 1999, 11:22:43 AM (26 years ago)
Author:
sandervl
Message:

Window creation rewrite + bugfixes. NOT WORKING CORRECTLY YET..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.h

    r1265 r1281  
    1 /* $Id: win32wbase.h,v 1.21 1999-10-13 14:24:28 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.22 1999-10-14 09:22:42 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    6161virtual        ~Win32BaseWindow();
    6262
    63 virtual  ULONG  MsgCreate(HWND hwndOS2, ULONG initParam);
     63virtual  ULONG  MsgCreate(HWND hwndFrame, HWND hwndClient);
    6464         ULONG  MsgQuit();
    6565         ULONG  MsgClose();
     
    106106 Win32WndClass *getWindowClass()                { return windowClass; };
    107107
    108          BOOL   isFrameWindow()                 { return OS2Hwnd != OS2HwndFrame; };
     108         BOOL   isFrameWindow();
    109109virtual  BOOL   isMDIClient();
    110110
     
    242242
    243243        BOOL    isIcon;
    244         BOOL    fCreated;
    245244        BOOL    fFirstShow;
    246245        BOOL    fIsDialog;
    247246        BOOL    fInternalMsg;           //Used to distinguish between messages
    248247                                        //sent by PM and those sent by apps
     248        BOOL    fNoSizeMsg;
    249249
    250250        PVOID   pOldFrameProc;
     
    266266        RECT    rectWindow;
    267267        RECT    rectClient;
     268
     269CREATESTRUCTA  *tmpcs; //temporary pointer to CREATESTRUCT used in CreateWindowEx
     270        ULONG   sw;    //set in CreateWindowExA, used in MsgCreate method
    268271
    269272SCROLLBAR_INFO *vertScrollInfo;
Note: See TracChangeset for help on using the changeset viewer.