Ignore:
Timestamp:
Jan 2, 2000, 9:20:03 PM (26 years ago)
Author:
sandervl
Message:

Implemented Set/GetWindowRgn (not activated)

File:
1 edited

Legend:

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

    r2292 r2294  
    1 /* $Id: win32wbase.h,v 1.14 2000-01-02 19:30:45 cbratschi Exp $ */
     1/* $Id: win32wbase.h,v 1.15 2000-01-02 20:20:03 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    161161         HICON  GetIcon()                           { return (HICON) iconResource; };
    162162
     163         void   SetWindowRegion(HRGN hRegion)       { hWindowRegion = hRegion; };
     164         HRGN   GetWindowRegion()                   { return hWindowRegion; };
     165
    163166         BOOL   ShowWindow(ULONG nCmdShow);
    164167         BOOL   SetWindowPos(HWND hwndInsertAfter, int x, int y, int cx, int cy, UINT fuFlags);
     
    312315        BOOL    fParentDC;
    313316
     317        HRGN    hWindowRegion;
     318
    314319        DWORD   dwThreadId;             //id of thread that created this window
    315320        DWORD   dwProcessId;            //id of process that created this window
Note: See TracChangeset for help on using the changeset viewer.