summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/cfgfiles.c1
-rw-r--r--src/common/xchat.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index 5d1b0b09..f9b2f65c 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -442,6 +442,7 @@ const struct prefs vars[] = {
 	{"gui_auto_open_send", P_OFFINT (autoopendccsendwindow), TYPE_BOOL},
 	{"gui_chanlist_maxusers", P_OFFINT (gui_chanlist_maxusers), TYPE_INT},
 	{"gui_chanlist_minusers", P_OFFINT (gui_chanlist_minusers), TYPE_INT},
+	{"gui_compact", P_OFFINT (gui_compact), TYPE_BOOL},
 	{"gui_dialog_height", P_OFFINT (dialog_height), TYPE_INT},
 	{"gui_dialog_left", P_OFFINT (dialog_left), TYPE_INT},
 	{"gui_dialog_top", P_OFFINT (dialog_top), TYPE_INT},
diff --git a/src/common/xchat.h b/src/common/xchat.h
index 0329cb47..668d1f98 100644
--- a/src/common/xchat.h
+++ b/src/common/xchat.h
@@ -292,6 +292,7 @@ struct xchatprefs
 	unsigned int thin_separator;
 	unsigned int auto_indent;
 	unsigned int wordwrap;
+	unsigned int gui_compact;
 	unsigned int gui_input_spell;
 	unsigned int gui_tray;
 	unsigned int gui_tray_flags;