repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: b2ec80e0591a89558eeecbe672271c4119a10200: path_to: revision_to:
commit b2ec80e0591a89558eeecbe672271c4119a10200 Author: Emanuele GiaquintaDate: Wed Jun 20 13:46:25 2007 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- 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
--- 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
{
-----END OF PAGE-----