--- rxvt-unicode/src/main.C 2007/11/15 11:36:15 1.258 +++ rxvt-unicode/src/main.C 2007/11/15 18:40:11 1.259 @@ -1740,6 +1740,14 @@ } #ifdef HAVE_BG_PIXMAP +# if TRACE_PIXMAPS +# undef update_background +int rxvt_term::trace_update_background (const char* file, int line) +{ + fprintf (stderr, "%s:%d:update_background()\n", file, line); + update_background (); +} +# endif int rxvt_term::update_background () {