mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
Add missing DTBG_* defines.
This commit is contained in:
parent
231fbff8d0
commit
92b84cf926
@ -28,6 +28,13 @@ typedef HANDLE HTHEME;
|
||||
HRESULT WINAPI CloseThemeData(HTHEME hTheme);
|
||||
HRESULT WINAPI DrawThemeBackground(HTHEME,HDC,int,int,const RECT*,const RECT*);
|
||||
|
||||
#define DTBG_CLIPRECT 0x00000001
|
||||
#define DTBG_DRAWSOLID 0x00000002
|
||||
#define DTBG_OMITBORDER 0x00000004
|
||||
#define DTBG_OMITCONTENT 0x00000008
|
||||
#define DTBG_COMPUTINGREGION 0x00000010
|
||||
#define DTBG_MIRRORDC 0x00000020
|
||||
|
||||
typedef struct _DTBGOPTS {
|
||||
DWORD dwSize;
|
||||
DWORD dwFlags;
|
||||
|
Loading…
Reference in New Issue
Block a user