From 46326d57e0c912f265595ffed375d211bbe23f44 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Thu, 28 May 2020 00:12:09 +0200 Subject: minor rotations on window initialization, ALF_EnsureWindowBigEnough --- alf/alf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'alf/alf.h') diff --git a/alf/alf.h b/alf/alf.h index e1ad26e..391f62a 100644 --- a/alf/alf.h +++ b/alf/alf.h @@ -174,6 +174,9 @@ ALF_GetDpi(HWND hwnd); LRESULT ALF_DefWindowProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam); +void +ALF_EnsureWindowBigEnough(HWND toplevel); + HWND ALF_AddLabel(HWND win, WORD id, int x, int y, const TCHAR *text); -- cgit v1.2.3