From 06edd6244393decc942d26b50f60668344167530 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 24 Jul 2007 14:40:41 +0000 Subject: [PATCH] sigh --- src/init.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.34.1