From: sasha Date: Fri, 17 Aug 2007 22:01:32 +0000 (+0000) Subject: fixed compilation with libAfterImage but without transparency; Got rid of am_transpar... X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6cf11832decfee5dce40a8e344f2f6d3b70635e3;p=dana%2Furxvt.git 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 --- 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