Ignore:
Timestamp:
Jun 14, 2001, 1:30:57 PM (24 years ago)
Author:
sandervl
Message:

dispatch untranslated msgs + frame control button changes (manually change restore/min/max)

File:
1 edited

Legend:

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

    r5973 r6008  
    1 /* $Id: win32wbase.h,v 1.119 2001-06-12 17:02:42 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.120 2001-06-14 11:30:57 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    150150
    151151         DWORD  getStyle()                      { return dwStyle; };
     152         DWORD  getOldStyle()                   { return dwOldStyle; };
    152153         void   setStyle(DWORD newstyle)        { dwStyle = newstyle; };
    153154         DWORD  getExStyle()                    { return dwExStyle; };
     
    347348        ULONG   dwExStyle;              //GWL_EXSTYLE
    348349        ULONG   dwStyle;                //GWL_STYLE
     350        ULONG   dwOldStyle;             //Used to determine which frame control buttons to change (OS/2 mode)
    349351      WNDPROC   win32wndproc;           //GWL_WNDPROC
    350352        ULONG   hInstance;              //GWL_HINSTANCE
Note: See TracChangeset for help on using the changeset viewer.