diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 03:39:47 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 03:39:47 -0400 |
| commit | 54dd1f40017dc31cc5f302cf67cd15ecb562daa1 (patch) | |
| tree | 10da4eb50f3dd26dfd4e1f01f1c9aa4bc1067c68 /new/uipriv_windows.h | |
| parent | c4045909606cbc7733846ef7ca482d27bddd2e30 (diff) | |
Hooked up resizing. Now to make a control that uses this.
Diffstat (limited to 'new/uipriv_windows.h')
| -rw-r--r-- | new/uipriv_windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/new/uipriv_windows.h b/new/uipriv_windows.h index c7527c0..d415100 100644 --- a/new/uipriv_windows.h +++ b/new/uipriv_windows.h @@ -64,6 +64,7 @@ extern HWND initialParent; // util_windows.c extern WCHAR *toUTF16(const char *); extern BOOL sharedWndProc(HWND, UINT, WPARAM, LPARAM, LRESULT *); +extern void resize(uiControl *, HWND, RECT); // comctl32_windows.c extern BOOL (*WINAPI fv_SetWindowSubclass)(HWND, SUBCLASSPROC, UINT_PTR, DWORD_PTR); |
