From 960f0cef228a64ea598c4531d0a7d159dfb7ed0d Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Fri, 26 Jun 2020 14:28:27 +0200 Subject: spin box: initial implementation --- alf/alfcompat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'alf/alfcompat.h') 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 *); -- cgit v1.2.3