diff options
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r-- | src/common/xchat.h | 2 |
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; |