diff options
author | TingPing <tingping@tingping.se> | 2013-09-27 17:42:38 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-09-27 17:42:38 -0400 |
commit | 54657908862578d89c398d87271600b765f96596 (patch) | |
tree | 25c4b5922239698afe5212ae1bfe3768a0d233f5 /src/common/hexchat.h | |
parent | 960ded7db4f5896690b62130884705b67bd3e940 (diff) | |
parent | 958f4099f12841110282ab3e5e220c698a56ca19 (diff) |
Merge branch 'xtext2'
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 1307f260..82ebd28d 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -284,6 +284,7 @@ struct hexchatprefs int hex_gui_tab_pos; int hex_gui_tab_small; int hex_gui_tab_trunc; + int hex_gui_transparency; int hex_gui_throttlemeter; int hex_gui_ulist_pos; int hex_gui_ulist_sort; @@ -306,9 +307,6 @@ struct hexchatprefs int hex_notify_timeout; int hex_text_max_indent; int hex_text_max_lines; - int hex_text_tint_blue; - int hex_text_tint_green; - int hex_text_tint_red; int hex_url_grabber_limit; /* STRINGS */ |