diff options
Diffstat (limited to 'alf/alf.h')
| -rw-r--r-- | alf/alf.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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); |
