Add missing DTBG_* defines.

This commit is contained in:
Kevin Koltzau 2004-01-27 20:07:23 +00:00 committed by Alexandre Julliard
parent 231fbff8d0
commit 92b84cf926

View file

@ -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;