summaryrefslogtreecommitdiff
path: root/alf/alfcompat.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2020-04-18 20:44:30 +0200
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2020-04-18 20:44:30 +0200
commit7cd2534f64de622bb4bbaee35e58b83396b12f66 (patch)
treeffc6ddb2f266322661fa5df3942827aceb137a30 /alf/alfcompat.h
parent479d1226faaa937ef6820b14f36099ef3f575883 (diff)
notebook: draw themed background tiled like winxp does it
Diffstat (limited to 'alf/alfcompat.h')
-rw-r--r--alf/alfcompat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/alf/alfcompat.h b/alf/alfcompat.h
index 0c542b0..fba31c3 100644
--- a/alf/alfcompat.h
+++ b/alf/alfcompat.h
@@ -138,6 +138,7 @@ extern HRESULT (WINAPI *ALF_Compat_DrawThemeBackground)(HTHEME, HDC, int, int, c
extern HRESULT (WINAPI *ALF_Compat_GetThemeBackgroundContentRect)(HTHEME,HDC,int,int,const RECT *,RECT *);
extern HRESULT (WINAPI *ALF_Compat_GetThemeTextExtent)(HTHEME,HDC,int,int,LPCWSTR,int,DWORD,const RECT *, RECT *);
extern HRESULT (WINAPI *ALF_Compat_DrawThemeText)(HTHEME,HDC,int,int,LPCWSTR,int,DWORD,DWORD,const RECT *);
+extern HRESULT (WINAPI *ALF_Compat_GetThemePartSize)(HTHEME,HDC,int,int,RECT *,THEMESIZE,SIZE *);
extern BOOL (WINAPI *ALF_Compat_TrackMouseEvent)(LPTRACKMOUSEEVENT tme);
extern HRESULT (WINAPI *ALF_Compat_BufferedPaintInit)(void);
extern HRESULT (WINAPI *ALF_Compat_BufferedPaintUnInit)(void);