From 0d12891b58b0d99d0910adee1f5a818377e057f7 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 27 Sep 1999 16:54:39 +0000 Subject: [PATCH] More GtkIText changes. Most of the ZVT things are removed. You can now change font and background. Background pixmaps also work, they can be scrollable, shaded and scaled/tiled. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@28 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/common-setup.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/common-setup.h b/src/common-setup.h index 64d6d2e6..595bf7c5 100644 --- a/src/common-setup.h +++ b/src/common-setup.h @@ -136,9 +136,11 @@ extern gint proxy_port; extern gchar *proxy_string; /* appearance */ -extern gboolean toggle_use_zvt; -extern gboolean toggle_use_transparency; -extern gboolean toggle_shaded_transparency; +extern gboolean toggle_use_itext; +extern gboolean toggle_background_transparency; +extern gboolean toggle_background_shaded; +extern gboolean toggle_background_scaled; +extern gboolean toggle_background_scrollable; extern gint panel_max_channels; #endif