diff options
Diffstat (limited to 'justtabs/win.h')
-rw-r--r-- | justtabs/win.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/justtabs/win.h b/justtabs/win.h index 14f2cf5..9d3902f 100644 --- a/justtabs/win.h +++ b/justtabs/win.h @@ -24,6 +24,7 @@ #include <m_updater.h>
#include <m_button.h>
#include <win2k.h>
+#include <m_fontservice.h>
#define MODULE "JustTabs"
@@ -36,6 +37,7 @@ extern HINSTANCE hInst; #define WM_SHOWCONTACTWND (WM_USER + 0x202)
#define WM_HIGHLIGHTCONTACTWND (WM_USER + 0x203)
#define WM_RESETTABICONS (WM_USER + 0x204)
+#define WM_FONTRELOAD (WM_USER + 0x205)
#define STYLE_TITLE ((DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME) & ~WS_VISIBLE)
#define STYLE_NOTITLE ((DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_THICKFRAME) & ~WS_VISIBLE)
@@ -45,4 +47,6 @@ int CreateFrame(HWND parent, HINSTANCE hInst); void FixWindowStyle();
+extern HFONT hFontTabs;
+
#endif
|