- Sort out common used DCE flags.

svn path=/trunk/; revision=38734
This commit is contained in:
James Tabor 2009-01-12 20:43:34 +00:00
parent 9378c725cf
commit fe1e8cc06f
3 changed files with 5 additions and 4 deletions

View file

@ -265,8 +265,6 @@ UserDrawCaptionButtonWnd(HWND hWnd, HDC hDC, BOOL bDown, ULONG Type)
will cause clipRgn to be deleted after ReleaseDC().
Now, how is the "system" supposed to tell what happened?
*/
#define DCX_USESTYLE 0x00010000
#define DCX_KEEPCLIPRGN 0x00040000 // <-- You do this!
/*
* FIXME:
* - Drawing of WS_BORDER after scrollbars

View file

@ -496,6 +496,11 @@ typedef struct _USERCONNECT
#define WM_SYSTIMER 280
#define WM_POPUPSYSTEMMENU 787
//
// Non SDK DCE types.
//
#define DCX_USESTYLE 0x00010000
#define DCX_KEEPCLIPRGN 0x00040000
DWORD
NTAPI

View file

@ -41,8 +41,6 @@ typedef struct tagDCE
#define DCX_DCEDIRTY 0x00002000
#define DCX_LAYEREDWIN 0x00004000
#define DCX_DCPOWNED 0x00008000
#define DCX_USESTYLE 0x00010000
#define DCX_KEEPCLIPRGN 0x00040000
#define DCX_NOCLIPCHILDREN 0x00080000
#define DCX_NORECOMPUTE 0x00100000