From c6d2c013851f3337ab59a4413f7c7447af27142a Mon Sep 17 00:00:00 2001 From: sje Date: Mon, 13 Nov 2006 14:47:34 +0000 Subject: 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 --- justtabs/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'justtabs/options.h') 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; -- cgit v1.2.3