diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-18 11:20:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-18 11:20:18 -0400 |
| commit | f64f2781ce07d140ef450c6c56777da8728dc612 (patch) | |
| tree | 70b8233455aa468c578c2af199b976e70bd52f22 /redo/winapi_windows.h | |
| parent | 489ce0a0538c81ab6a10efd4b97cce6299fc4d81 (diff) | |
Added (and applied) standard Windows fonts.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 9d75af4..0a8c19e 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -40,6 +40,7 @@ extern LRESULT (*WINAPI fv_DefSubclassProc)(HWND, UINT, WPARAM, LPARAM); /* controls_windows.c */ extern HWND newWidget(LPCWSTR, DWORD, DWORD); extern void controlSetParent(HWND, HWND); +extern void controlSetControlFont(HWND); extern LRESULT forwardCommand(HWND, UINT, WPARAM, LPARAM); extern void setButtonSubclass(HWND, void *); @@ -48,6 +49,11 @@ extern HINSTANCE hInstance; extern int nCmdShow; extern HICON hDefaultIcon; extern HCURSOR hArrowCursor; +extern HFONT controlFont; +extern HFONT titleFont; +extern HFONT smallTitleFont; +extern HFONT menubarFont; +extern HFONT statusbarFont; extern DWORD initWindows(char **); /* sizing_windows.c */ |
