summary refs log tree commit diff stats
path: root/src/common/xchat.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-23 10:09:39 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-23 10:09:39 +0200
commit4e2d3763907fa5d4c7156cbf02c1d334775fdc8a (patch)
tree0144e58ba45497a1e45d84a877edffae864524e3 /src/common/xchat.h
parentfdc3ed47b86b7e865885d869ff5566322895c3fe (diff)
Make HexChat remember minimum and maximum users set in channel list
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r--src/common/xchat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h
index 2349e23b..66f43522 100644
--- a/src/common/xchat.h
+++ b/src/common/xchat.h
@@ -161,6 +161,8 @@ struct xchatprefs
 	int gui_pane_right_size;
 	int gui_pane_right_size_min;
 
+	int gui_chanlist_maxusers;
+	int gui_chanlist_minusers;
 	int gui_ulist_pos;
 	int tab_pos;