summaryrefslogtreecommitdiffhomepage
path: root/patches/xwin/xevents.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-08-22 19:10:55 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-08-22 19:10:55 +0000
commit2a75fc7dfdb4af4c49503c9e5d9e9fb7941a031c (patch)
treed4728f3edd1aad20d3ad7865788728ac844c7246 /patches/xwin/xevents.patch
parent98eaddd39b1417b6563847c8cc3a771f5ca13042 (diff)
downloadmidipix_build-2a75fc7dfdb4af4c49503c9e5d9e9fb7941a031c.tar.bz2
midipix_build-2a75fc7dfdb4af4c49503c9e5d9e9fb7941a031c.tar.xz
vars/build.vars:native_packages_deps_x11: adds xwin v1.20.1 (via Redfoxmoon.)
vars/build.vars:xwin:${PKG_DISABLED}: disabled pending fix. patches/xwin/*: via Redfoxmoon.
Diffstat (limited to 'patches/xwin/xevents.patch')
-rw-r--r--patches/xwin/xevents.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/xwin/xevents.patch b/patches/xwin/xevents.patch
new file mode 100644
index 00000000..7c646b3c
--- /dev/null
+++ b/patches/xwin/xevents.patch
@@ -0,0 +1,11 @@
+diff -Nru xorg-server-1.20.1.orig/hw/xwin/winclipboard/xevents.c xorg-server-1.20.1/hw/xwin/winclipboard/xevents.c
+--- xorg-server-1.20.1.orig/hw/xwin/winclipboard/xevents.c 2018-08-07 18:31:04.000000000 +0200
++++ xorg-server-1.20.1/hw/xwin/winclipboard/xevents.c 2018-08-18 21:12:13.501053574 +0200
+@@ -45,6 +45,7 @@
+
+ #include <limits.h>
+ #include <wchar.h>
++#include <string.h>
+ #include <X11/Xutil.h>
+ #include <X11/Xatom.h>
+ #include <X11/extensions/Xfixes.h>