diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-10 19:29:12 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-10 19:29:12 +0100 |
commit | 475607826343340f509cf8a3f194b11e469ff8ad (patch) | |
tree | 9aee2368ec270c9adc83b1d8674e6449d20d4603 /src/common/hexchat.h | |
parent | 5781cd0c44350907b65f855fcd22e338509e35b0 (diff) |
Explode gui_tray_flags
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 5a187d3a..357bdad3 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -152,6 +152,9 @@ struct hexchatprefs unsigned int hex_gui_tab_utils; unsigned int hex_gui_topicbar; unsigned int hex_gui_tray; + unsigned int hex_gui_tray_close; + unsigned int hex_gui_tray_minimize; + unsigned int hex_gui_tray_quiet; unsigned int hex_gui_ulist_buttons; unsigned int hex_gui_ulist_count; unsigned int hex_gui_ulist_hide; @@ -259,7 +262,6 @@ struct hexchatprefs int hex_gui_tab_small; int hex_gui_tab_trunc; int hex_gui_throttlemeter; - int hex_gui_tray_flags; int hex_gui_ulist_pos; int hex_gui_ulist_sort; int hex_gui_url_mod; |