Ignore:
Timestamp:
Feb 7, 2000, 9:32:43 PM (26 years ago)
Author:
cbratschi
Message:

fixed CW_USEDEFAULT

File:
1 edited

Legend:

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

    r2672 r2677  
    1 /* $Id: win32wbase.h,v 1.82 2000-02-06 22:00:25 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.83 2000-02-07 20:32:43 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    199199         HRGN   GetWindowRegion()                   { return hWindowRegion; };
    200200
    201         //Save old clip region for CS_OWNDC windows (in BeginPaint)
    202         HRGN   GetClipRegion()                   { return hClipRegion; };
    203         void   SetClipRegion(HRGN hRegion)       { hClipRegion = hRegion; };
     201        //Save old clip region for CS_OWNDC windows (in BeginPaint)
     202        HRGN   GetClipRegion()                   { return hClipRegion; };
     203        void   SetClipRegion(HRGN hRegion)       { hClipRegion = hRegion; };
    204204
    205205         BOOL   ShowWindow(ULONG nCmdShow);
     
    343343        BOOL    fCreated;
    344344        BOOL    fTaskList;              //should be listed in PM tasklist or not
     345        BOOL    fXDefault;
     346        BOOL    fCXDefault;
    345347        BOOL    fParentDC;
    346348
    347349        HRGN    hWindowRegion;
    348         HRGN    hClipRegion;
     350        HRGN    hClipRegion;
    349351
    350352        DWORD   dwThreadId;             //id of thread that created this window
Note: See TracChangeset for help on using the changeset viewer.