summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2012-12-20 19:53:58 -0500
committerTingPing <tingping@tingping.se>2012-12-20 19:53:58 -0500
commitb259595c9d5d27686e26f8aac2a74f4ef189555a (patch)
tree81c74a9af59765fe7daf762eb91f13c65355546e /src/common/hexchat.h
parent4524367cc037f6b3e173de96ea9b57afc2a0da5a (diff)
allow tray blinks to be static icons
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index 5d5cda69..c80156bd 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -153,6 +153,7 @@ struct hexchatprefs
 	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;