From: root Date: Sat, 19 Jan 2008 00:24:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=4f719f67b87042c092a2428b9123072bf3d83b05;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index e5fe418a..a5f62677 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,10 @@ WISH: load system-wide config file even if we don't have one WISH: look into XAddConnectionWatch, does anybody need that? DUMB: support tex fonts + - fix a crash bug where urxvtd would crash when urxvtc was called + with wrong arguments (I wish debian maintainers in general would + report bugs and their proposed fixes to the original package maintaienrs + instead of sitting on them for good measure to see if anybody notices). - check for refresh after initialising to avoid staying blank till the first event arrives. or so. - continuously update transparency while moving/resizing now. diff --git a/src/main.C b/src/main.C index 9decb261..272d1eb9 100644 --- a/src/main.C +++ b/src/main.C @@ -228,6 +228,10 @@ rxvt_term::~rxvt_term () #endif delete fontset[0]; +#ifdef HAVE_BG_PIXMAP + bgPixmap.destroy (); +#endif + if (display) { selection_clear (); @@ -276,13 +280,10 @@ rxvt_term::~rxvt_term () } clear (); - } -#ifdef HAVE_BG_PIXMAP - bgPixmap.destroy (); -#endif - display->flush (); /* ideally .put should do this */ - displays.put (display); + display->flush (); /* ideally .put should do this */ + displays.put (display); + } scr_release ();