From 520cf456ddca96328c0e51e9ee81db10006f248d Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Fri, 28 Dec 2018 22:14:07 +0100 Subject: different method for button margin this one works with WM_CLIPCHILDREN, which we intend to make default --- alf/alf.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'alf/alf.h') diff --git a/alf/alf.h b/alf/alf.h index 5540ebb..987874a 100644 --- a/alf/alf.h +++ b/alf/alf.h @@ -135,7 +135,10 @@ void ALF_UpdateFonts(HWND win); void -ALF_ResizeWindow(HWND win, UINT cptWidth, UINT cptHeight); +ALF_ResizeWindow(HWND win, int cptWidth, int cptHeight); + +void +ALF_ResizeWindowPx(HWND win, int pxWidth, int pxHeight); int ALF_ShowModal(HWND win); -- cgit v1.2.3