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