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