From: ayin Date: Wed, 20 Jun 2007 13:46:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=dc18d34dbd4b0a0b3e912772f35e16d1565a0bd9;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index e99df3e8..ef93dbd8 100644 --- a/Changes +++ b/Changes @@ -23,13 +23,6 @@ TODO: document -blr units, and possibly fix blur (20 seems to be about 3 pixels, 80 seems to be about 3 pixels, too, just much slower). TODO: when window partially off-screen, -blr does not have any effect anymore. TODO: rid of global dpy variable. -TODO: segfault with -ip in cvs: -14:32:40 #0 0x0818385b in ?? () -14:32:40 #1 0xb7e8d3f5 in _XFreeExtData () from /usr/lib/libX11.so.6 -14:32:40 #2 0xb7e8d4d3 in XFreeGC () from /usr/lib/libX11.so.6 -14:32:40 #3 0x0807f1a1 in rxvt_term::check_our_parents_cb () -14:32:40 #4 0x08085722 in io_manager::loop () -14:32:41 #5 0x0805a1a7 in main () 8. - new option: skipScroll/-ss, enabled by default. - go with the times and expect x11 library files in /usr/lib, not diff --git a/src/xpm.C b/src/xpm.C index aa7db701..3e3af9f0 100644 --- a/src/xpm.C +++ b/src/xpm.C @@ -780,7 +780,7 @@ rxvt_term::check_our_parents_cb (time_watcher &w) if (have_pixmap) { Bool success = False ; - GC gc; + GC gc = NULL; XGCValues gcvalue; #ifdef HAVE_AFTERIMAGE {