summaryrefslogtreecommitdiff
path: root/alf/alf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alf.h')
-rw-r--r--alf/alf.h3
1 files changed, 3 insertions, 0 deletions
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);