diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-08 23:47:06 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-08 23:47:06 -0400 |
| commit | f24e177d99a395a3b4d6782f82258631548f633a (patch) | |
| tree | 16d3ee66fb572770cd2182e2ab8bd3bffa909a6b /redo/winapi_windows.h | |
| parent | 21dbda72e2e75d917216a5b4e734ccd73a0719bd (diff) | |
Mostly fixed Labels on Windows being offset slightly; need to finish the fix by making it not apply to standalone Labels and adding comments.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 9f67f95..c5a30fe 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -69,7 +69,7 @@ extern HBRUSH hollowBrush; extern DWORD initWindows(char **); /* sizing_windows.c */ -extern void calculateBaseUnits(HWND, int *, int *); +extern void calculateBaseUnits(HWND, int *, int *, LONG *); extern void moveWindow(HWND, int, int, int, int); extern LONG controlTextLength(HWND, LPWSTR); |
