summaryrefslogtreecommitdiff
path: root/alf/alfcompat.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2020-06-26 14:28:27 +0200
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2020-06-26 14:29:32 +0200
commit960f0cef228a64ea598c4531d0a7d159dfb7ed0d (patch)
tree9baf7baa580723487fcb5da95b555580830d1942 /alf/alfcompat.h
parentcd9b72745abd06012777f130f1f19c4ae853489d (diff)
spin box: initial implementation
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 8f6b80f..2946453 100644
--- a/alf/alfcompat.h
+++ b/alf/alfcompat.h
@@ -140,6 +140,7 @@ extern ALF_Compat_HPAINTBUFFER (WINAPI *ALF_Compat_BeginBufferedPaint)(HDC,const
extern HRESULT (WINAPI *ALF_Compat_EndBufferedAnimation)(ALF_Compat_HANIMATIONBUFFER,BOOL);
extern HRESULT (WINAPI *ALF_Compat_EndBufferedPaint)(ALF_Compat_HPAINTBUFFER,BOOL);
extern BOOL (WINAPI *ALF_Compat_BufferedPaintRenderAnimation)(HWND,HDC);
+extern HRESULT (WINAPI *ALF_Compat_BufferedPaintStopAllAnimations)(HWND);
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 *);