diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 06:18:32 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 06:18:32 +0200 |
commit | 2cbae7f6a5596e15835e73c76c684ecae0c6336e (patch) | |
tree | e9b785884346a9f7634b1376f9599c9af1ec8f1e /src/common | |
parent | 0e88d01caf89a0d5e6e69cae9eb1d095006f6508 (diff) |
Get rid of gui_tweaks 32
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cfgfiles.c | 1 | ||||
-rw-r--r-- | src/common/xchat.h | 1 |
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; |