diff options
Diffstat (limited to 'justtabs/win.h')
-rw-r--r-- | justtabs/win.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/justtabs/win.h b/justtabs/win.h index 3a4f813..14f2cf5 100644 --- a/justtabs/win.h +++ b/justtabs/win.h @@ -22,6 +22,7 @@ #include <m_utils.h>
#include <m_protocols.h>
#include <m_updater.h>
+#include <m_button.h>
#include <win2k.h>
#define MODULE "JustTabs"
@@ -42,4 +43,6 @@ extern HINSTANCE hInst; LRESULT CALLBACK FrameWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
int CreateFrame(HWND parent, HINSTANCE hInst);
+void FixWindowStyle();
+
#endif
|