From 2cbae7f6a5596e15835e73c76c684ecae0c6336e Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 22 Oct 2012 06:18:32 +0200 Subject: Get rid of gui_tweaks 32 --- src/common/cfgfiles.c | 1 + src/common/xchat.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/common') 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; -- cgit 1.4.1