diff options
author | RichardHitt <rbh00@netcom.com> | 2013-01-04 17:43:35 -0800 |
---|---|---|
committer | RichardHitt <rbh00@netcom.com> | 2013-01-04 17:43:35 -0800 |
commit | 0ecbeb71522b51d9e3cd943ec67f52305d917287 (patch) | |
tree | f16e42879b6da414d8b5bb0fd18917dd3491e237 /src/common/hexchat.h | |
parent | fa97379f785fc7bc3ab5fd704c5361561d193047 (diff) | |
parent | af92429ea05918dfa2502eb3ba2323b1423870cb (diff) |
Merge pull request #337 from TingPing/tray
add even more tray icon changes
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index d84e2761..c80156bd 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -152,6 +152,8 @@ struct hexchatprefs unsigned int hex_gui_tab_utils; unsigned int hex_gui_topicbar; unsigned int hex_gui_tray; + unsigned int hex_gui_tray_away; + unsigned int hex_gui_tray_blink; unsigned int hex_gui_tray_close; unsigned int hex_gui_tray_minimize; unsigned int hex_gui_tray_quiet; |