Ignore:
Timestamp:
Jan 11, 2004, 1:04:44 PM (22 years ago)
Author:
sandervl
Message:

Update

File:
1 edited

Legend:

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

    r10316 r10379  
    1 /* $Id: win32wbase.h,v 1.156 2003-11-12 14:10:21 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.157 2004-01-11 12:03:20 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    258258         void   setOldPMWindowProc(PVOID pfnPMWndProc) { pfnOldPMWndProc = pfnPMWndProc; };
    259259
    260          HWND   GetWindow(UINT uCmd);
     260 virtual HWND   GetWindow(UINT uCmd);
    261261 virtual BOOL   EnableWindow(BOOL fEnable);
    262262         BOOL   CloseWindow();
     
    377377        HWND    OS2Hwnd, OS2HwndFrame;
    378378        HMENU   hSysMenu;
    379         HWND    Win32Hwnd;
     379        HWND    Win32Hwnd, Win32HwndOrg;
    380380
    381381        int     posx, posy, width, height;
     
    520520         //Temporary hack for CS_CLASSDC style (do the same as for CS_OWNDC)
    521521#ifndef OS2_INCLUDED
    522          BOOL   isOwnDC() { return (windowClass && windowClass->getStyle() & (CS_OWNDC|CS_CLASSDC)); }
     522         BOOL   isOwnDC() { return (windowClass && (windowClass->getStyle() & (CS_OWNDC|CS_CLASSDC))); }
    523523#else
    524          BOOL   isOwnDC() { return (windowClass && windowClass->getStyle() & (CS_OWNDC_W|CS_CLASSDC_W)); }
     524         BOOL   isOwnDC() { return (windowClass && (windowClass->getStyle() & (CS_OWNDC_W|CS_CLASSDC_W))); }
    525525#endif
    526526
Note: See TracChangeset for help on using the changeset viewer.