From 523d69077493ac12f9f7cd8813f37e06b4c4a6f4 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 19 Feb 2006 16:55:03 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 4 +++- src/rxvttoolkit.C | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index a6f51805..1b0e624d 100644 --- a/Changes +++ b/Changes @@ -34,7 +34,9 @@ DUMB: support tex fonts selecting newly scrolled-in lines would exhibit wrong colours. - fix a race resulting in a crash on exiting. - fix a with --disable-xft that caused xfreecolors to be called on - colors never allocated, resulting in program aborts. + colors never allocated, resulting in aborts (reported by Paco-Paco). + - resources on non-initial screens weren't refetched correctly + (reported by Paco-Paco). - fix a bug in xcopyarea pass and _disable_ it, as it seems not to be working in either rxvt-unicode nor in the original rxvt. diff --git a/src/rxvttoolkit.C b/src/rxvttoolkit.C index 54c97194..8817eef3 100644 --- a/src/rxvttoolkit.C +++ b/src/rxvttoolkit.C @@ -347,7 +347,7 @@ rxvt_display::get_resources (bool refresh) XFree (dpy->xdefaults); #endif - if (XGetWindowProperty (dpy, RootWindow(dpy, 0), XA_RESOURCE_MANAGER, + if (XGetWindowProperty (dpy, RootWindow (dpy, 0), XA_RESOURCE_MANAGER, 0L, 100000000L, False, XA_STRING, &actual_type, &actual_format, &nitems, &nremaining, -- 2.34.1