From: root Date: Tue, 24 Jul 2007 14:40:41 +0000 (+0000) Subject: sigh X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=06edd6244393decc942d26b50f60668344167530;p=dana%2Furxvt.git sigh --- diff --git a/src/init.C b/src/init.C index 1bd547b0..987eaa94 100644 --- a/src/init.C +++ b/src/init.C @@ -319,8 +319,8 @@ rxvt_term::init_resources (int argc, const char *const *argv) #endif #ifdef HAVE_AFTERIMAGE - //TODO: is this neccessary for future versions who check the global var whern the macro doesn'T set it? - ::dpy = NULL ; /* init global var from libAfter... */ + //TODO: why set it to 0 and then to dpy? + ::dpy = NULL; /* init global var from libAfter... */ asv = AFTERIMAGE_DPY_OP (create_asvisual_for_id (dpy, display->screen, depth, XVisualIDFromVisual (visual), cmap, NULL)); #endif free (r_argv);