diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-13 14:47:34 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-13 14:47:34 +0000 |
commit | c6d2c013851f3337ab59a4413f7c7447af27142a (patch) | |
tree | f34c1b601330f06f183fb96966471d48e1e56b5b /justtabs/win.h | |
parent | e95cabc57a0f82a6fb6316dbd2e3b3fdaccff6f3 (diff) |
added always on top option (also in window system menu)
added close tab miranda flat button
set window icon to message icon if any tab has a new message
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@44 4f64403b-2f21-0410-a795-97e2b3489a10
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
|