Blame patches/rxvt_unicode-9.22.local.patch

b875df
diff -ru rxvt-unicode-9.22.orig/src/rxvtperl.xs rxvt-unicode-9.22/src/rxvtperl.xs
b875df
--- rxvt-unicode-9.22.orig/src/rxvtperl.xs      2015-06-04 18:38:04.000000000 +0200
b875df
+++ rxvt-unicode-9.22/src/rxvtperl.xs   2023-04-02 03:42:14.101495245 +0200
b875df
@@ -940,7 +940,7 @@
b875df
     const_iv (XIMVisibleToForward),
b875df
     const_iv (XIMVisibleToBackword),
b875df
     const_iv (XIMVisibleToCenter),
b875df
-#if XRENDER
b875df
+#if 0
b875df
     const_iv (PictStandardARGB32),
b875df
     const_iv (PictStandardRGB24),
b875df
     const_iv (PictStandardA8),
b875df
diff -ru rxvt-unicode-9.22.orig/src/rxvttoolkit.C rxvt-unicode-9.22/src/rxvttoolkit.C
b875df
--- rxvt-unicode-9.22.orig/src/rxvttoolkit.C    2015-10-11 18:23:17.000000000 +0200
b875df
+++ rxvt-unicode-9.22/src/rxvttoolkit.C 2023-04-02 03:41:59.813495158 +0200
b875df
@@ -491,7 +491,7 @@
b875df
 #endif
b875df
b875df
   flags = 0;
b875df
-#if XRENDER
b875df
+#if 0
b875df
   int major, minor;
b875df
   if (XRenderQueryVersion (dpy, &major, &minor))
b875df
     if (major > 0 || (major == 0 && minor >= 11))
b875df
diff -ru rxvt-unicode-9.22.orig/src/rxvt.h rxvt-unicode-9.22/src/rxvt.h
b875df
--- rxvt-unicode-9.22.orig/src/rxvt.h	2015-06-17 13:57:42.000000000 +0200
b875df
+++ rxvt-unicode-9.22/src/rxvt.h	2023-04-02 03:33:44.070672503 +0200
b875df
@@ -76,11 +76,6 @@
b875df
 # include <gdk-pixbuf/gdk-pixbuf.h>
b875df
 #endif
b875df
 
b875df
-#if XRENDER && (HAVE_PIXBUF || ENABLE_TRANSPARENCY)
b875df
-# define HAVE_BG_PIXMAP 1
b875df
-# define HAVE_IMG 1
b875df
-#endif
b875df
-
b875df
 #if HAVE_BG_PIXMAP
b875df
 # if HAVE_PIXBUF
b875df
 #  define BG_IMAGE_FROM_FILE 1