~ruther/guix-local

ref: a7d12a9e71bfffce5d4a3e1106ec97a070d33da7 guix-local/gnu/packages/patches/xf86-video-intel-compat-api.patch -rw-r--r-- 394 bytes
a7d12a9e — Ben Woodcroft gnu: proteinortho: Update to 5.16. 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
This patch was copied from Debian.

--- xserver-xorg-video-intel-2.21.15.orig/src/compat-api.h
+++ xserver-xorg-video-intel-2.21.15/src/compat-api.h
@@ -158,4 +158,8 @@
 	if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h)
 #endif
 
+#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,14,99,2,0)
+#define DamageUnregister(d, dd) DamageUnregister(dd)
+#endif
+
 #endif