From dd56486ff8753672ab850830c97d2fe4c55d9bb2 Mon Sep 17 00:00:00 2001 From: ayin Date: Wed, 21 Nov 2007 09:15:33 +0000 Subject: [PATCH] Fix compilation with --disable-afterimage --disable-transparency. --- src/main.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.C b/src/main.C index 28a804c4..f1fbd4e7 100644 --- a/src/main.C +++ b/src/main.C @@ -286,7 +286,9 @@ rxvt_term::~rxvt_term () delete [] pix_colors_unfocused; #endif +#ifdef HAVE_BG_PIXMAP bgPixmap.destroy (); +#endif displays.put (display); scr_release (); -- 2.34.1