Changeset 4925 for trunk/src


Ignore:
Timestamp:
Jan 10, 2001, 9:39:15 PM (25 years ago)
Author:
sandervl
Message:

HAS_THICKFRAME change

File:
1 edited

Legend:

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

    r4848 r4925  
    1 /* $Id: win32wbase.h,v 1.102 2000-12-29 18:40:00 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.103 2001-01-10 20:39:15 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    6969#define HAS_THICKFRAME(style,exStyle) \
    7070    (((style) & WS_THICKFRAME) && \
     71     !(((style) & (WS_DLGFRAME|WS_BORDER)) == WS_DLGFRAME))
     72#if 0
     73    (((style) & WS_THICKFRAME) && \
    7174     !((exStyle) & WS_EX_DLGMODALFRAME) && \
    7275     !((style) & WS_CHILD))
     76#endif
    7377
    7478#define HAS_THINFRAME(style) \
Note: See TracChangeset for help on using the changeset viewer.