diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-04 20:10:23 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-04 20:10:23 -0400 |
| commit | 91f1a34003d56a5778d1ae48f7d18c3f27eea1ed (patch) | |
| tree | c49f88038ff3c42bc4c62216987b311355bb43f6 /redo/winapi_windows.h | |
| parent | ef513c433732f3a12f2d83417b9b1fb92d152930 (diff) | |
Re-added base units calculation to the resizing code now that container stores a HWND again.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index db90e97..27e92cc 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -65,10 +65,7 @@ extern HFONT statusbarFont; extern DWORD initWindows(char **); /* sizing_windows.c */ -extern BOOL baseUnitsCalculated; -extern int baseX; -extern int baseY; -extern void calculateBaseUnits(HWND); +extern void calculateBaseUnits(HWND, int *, int *); extern void moveWindow(HWND, int, int, int, int); extern LONG controlTextLength(HWND, LPWSTR); |
