From: ayin Date: Tue, 28 Aug 2007 16:56:40 +0000 (+0000) Subject: Fix transparency without libAfterImage. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c838a839fa993617c9f7e9982bb7c4d594468432;p=dana%2Furxvt.git Fix transparency without libAfterImage. --- diff --git a/src/main.C b/src/main.C index a97851a7..688e8c07 100644 --- a/src/main.C +++ b/src/main.C @@ -1146,7 +1146,7 @@ rxvt_term::resize_all_windows (unsigned int newwidth, unsigned int newheight, in window_vt_x, window_vt_y, width, height); -#ifdef XPM_BACKGROUND +#ifdef HAVE_BG_PIXMAP if (bgPixmap.window_size_sensitive ()) update_background (); #endif