mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Sort out common used DCE flags.
svn path=/trunk/; revision=38734
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user