diff options
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;
|