--- rxvt-unicode/src/rxvttoolkit.C 2012/06/10 15:01:14 1.138 +++ rxvt-unicode/src/rxvttoolkit.C 2014/11/02 15:52:39 1.144 @@ -8,7 +8,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -68,7 +68,7 @@ "WM_LOCALE_NAME", "XIM_SERVERS", #endif -#if ENABLE_TRANSPARENCY +#if HAVE_IMG || ENABLE_PERL "_XROOTPMAP_ID", "ESETROOT_PMAP_ID", #endif @@ -281,7 +281,7 @@ cmap = XCreateColormap (dpy, display->root, visual, AllocNone); } else - rxvt_warn ("cannot requested visual id 0x%02x, using default visual.\n", id); + rxvt_warn ("no visual found for requested id 0x%02x, using default visual.\n", id); } void @@ -492,15 +492,10 @@ #if XRENDER int major, minor; if (XRenderQueryVersion (dpy, &major, &minor)) - if (major > 0 || (major == 0 && minor >= 10)) + if (major > 0 || (major == 0 && minor >= 11)) { flags |= DISPLAY_HAS_RENDER; -#if 0 - if (major > 0 || (major == 0 && minor >= 11)) - flags |= DISPLAY_HAS_RENDER_MUL; -#endif - if (XFilters *filters = XRenderQueryFilters (dpy, root)) { for (int i = 0; i < filters->nfilter; i++)