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/options.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/options.h')
-rw-r--r-- | justtabs/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/justtabs/options.h b/justtabs/options.h index e073cff..380c560 100644 --- a/justtabs/options.h +++ b/justtabs/options.h @@ -4,6 +4,7 @@ typedef struct {
bool show_titlebar;
bool tab_icon;
+ bool ontop;
} Options;
extern Options options;
|