diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-28 14:43:34 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-28 14:43:34 -0400 |
| commit | 13bcf728baf81705ddd09c72991893bffa34b8ae (patch) | |
| tree | 69f3c01b3b88ea979a4e355d00bfdda25a5590c6 /redo/winapi_windows.h | |
| parent | bea4df1abf6f4df34016727a300e4826fc31cc05 (diff) | |
Made the previous commit's changes on Windows. If the Stack Overflow question tells me I'm wrong, we can deal with it then. But yay simple sizing code again :D
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index dcfd1fe..0129d37 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -63,9 +63,10 @@ extern HFONT statusbarFont; extern DWORD initWindows(char **); /* sizing_windows.c */ -extern HDC getDC(HWND); -extern void releaseDC(HWND, HDC); -extern void getTextMetricsW(HDC, TEXTMETRICW *); +extern BOOL baseUnitsCalculated; +extern int baseX; +extern int baseY; +extern void calculateBaseUnits(HWND); extern void moveWindow(HWND, int, int, int, int); /* window_windows.c */ |
