diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-21 20:36:51 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-21 20:36:51 +0200 |
| commit | ff8c127b6bdaf8133bae8d06f1216f5d267d4986 (patch) | |
| tree | a2dba5d0ed6376ca446be04386aa5e290c8f1755 /alf/alfcompat.h | |
| parent | 2765ee8bfc1fb0152ed2da324bdcb0a37f43c722 (diff) | |
notebook: add option of using a solid background
unfortunately, only xp supplies actually matching color hints
the color hint of Vista and later is very different from the texture
used, so it looks quite ugly there :/
Diffstat (limited to 'alf/alfcompat.h')
| -rw-r--r-- | alf/alfcompat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alf/alfcompat.h b/alf/alfcompat.h index fba31c3..b3efbaf 100644 --- a/alf/alfcompat.h +++ b/alf/alfcompat.h @@ -146,3 +146,4 @@ extern ALF_Compat_HANIMATIONBUFFER (WINAPI *ALF_Compat_BeginBufferedAnimation)(H extern HRESULT (WINAPI *ALF_Compat_EndBufferedAnimation)(ALF_Compat_HANIMATIONBUFFER,BOOL); extern BOOL (WINAPI *ALF_Compat_BufferedPaintRenderAnimation)(HWND,HDC); extern HRESULT (WINAPI *ALF_Compat_GetThemeTransitionDuration)(HTHEME,int,int,int,int,DWORD*); +extern HRESULT (WINAPI *ALF_Compat_GetThemeColor)(HTHEME,int,int,int,COLORREF*); |
