diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-06-12 17:05:26 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-06-12 17:05:26 +0200 |
| commit | 253b9857e7b4317275b50795ddc53508e1cbd181 (patch) | |
| tree | 8258de0a3f311ba621051f8130d115b61608d6e5 /alf/alfcompat.h | |
| parent | b7e4e6fb0bbfdd91f969be5011c0b76ef0ab2e2d (diff) | |
icon view and helper functions
initial implementation, needs more testing
Diffstat (limited to 'alf/alfcompat.h')
| -rw-r--r-- | alf/alfcompat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alf/alfcompat.h b/alf/alfcompat.h index 5360d9d..e839df4 100644 --- a/alf/alfcompat.h +++ b/alf/alfcompat.h @@ -137,6 +137,8 @@ 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*); extern HRESULT (WINAPI *ALF_Compat_GetThemeMargins)(HTHEME,HDC,int,int,int,const RECT *,MARGINS *); +extern HRESULT (WINAPI *ALF_Compat_LoadIconWithScaleDown)(HINSTANCE,PCWSTR,int,int,HICON *); + // compatibility bits |
