From 6cf11832decfee5dce40a8e344f2f6d3b70635e3 Mon Sep 17 00:00:00 2001 From: sasha Date: Fri, 17 Aug 2007 22:01:32 +0000 Subject: [PATCH] fixed compilation with libAfterImage but without transparency; Got rid of am_transparent stuff; added ability to render semitransparent char backgrounds over background pixmap - experimental; Added parsing of color values in #aarrggbb format --- src/main.C | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.C b/src/main.C index 7c5bf96c..ed3a5415 100644 --- a/src/main.C +++ b/src/main.C @@ -545,7 +545,9 @@ rxvt_term::init (int argc, const char *const *argv, stringvec *envv) bgPixmap.set_file (rs[Rs_backgroundPixmap]); } /* do not want to render Pixmap yet if we are size/position dependant - - * wait for ConfigureNotify at least */ + * wait for ConfigureNotify at least + * TODO: this does not work for some reason when transparency is disabled !!!! + */ if (!bgPixmap.window_size_sensitive ()) update_background(); #endif -- 2.34.1