1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

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
This commit is contained in:
Timo Sirainen 1999-09-27 16:54:39 +00:00 committed by cras
parent 8936bd1c88
commit 0d12891b58

View File

@ -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