diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2018-12-28 22:14:07 +0100 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2018-12-28 22:14:07 +0100 |
| commit | 520cf456ddca96328c0e51e9ee81db10006f248d (patch) | |
| tree | 6ca0e49272de1f3e585da8cf928eb27fddb75018 /alf/alf.h | |
| parent | 774cbae7824e4410b5523762496c0ddb35da13d8 (diff) | |
different method for button margin
this one works with WM_CLIPCHILDREN, which we intend to make default
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); |
