mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
- Sort out common used DCE flags.
svn path=/trunk/; revision=38734
This commit is contained in:
parent
9378c725cf
commit
fe1e8cc06f
3 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue