summarylogtreecommitdiffstats
path: root/xorg118.patch
diff options
context:
space:
mode:
authorUros Vampl2016-05-11 18:38:22 +0200
committerUros Vampl2016-05-11 18:38:22 +0200
commit175849b9b52338498455bc573d38905de3ee9cc3 (patch)
treee5773e85157843d420680e1825eff2a8bffc48be /xorg118.patch
parent0e65b7d22782fb3d6f2cfd3da3fcfab7d3db6fea (diff)
downloadaur-175849b9b52338498455bc573d38905de3ee9cc3.tar.gz
use newer xorg-server
Diffstat (limited to 'xorg118.patch')
-rw-r--r--xorg118.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/xorg118.patch b/xorg118.patch
deleted file mode 100644
index c472139c77f1..000000000000
--- a/xorg118.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/unix/xserver/hw/vnc/Input.c b/unix/xserver/hw/vnc/Input.c
-index 4c90a95..a92188d 100644
---- a/unix/xserver/hw/vnc/Input.c
-+++ b/unix/xserver/hw/vnc/Input.c
-@@ -301,7 +301,7 @@ static inline void pressKey(DeviceIntPtr dev, int kc, Bool down, const char *msg
- n = GetKeyboardEvents(eventq, dev, action, kc);
- enqueueEvents(dev, n);
- #else
-- QueueKeyboardEvents(dev, action, kc, NULL);
-+ QueueKeyboardEvents(dev, action, kc);
- #endif
- }
-
-diff --git a/unix/xserver/hw/vnc/xorg-version.h b/unix/xserver/hw/vnc/xorg-version.h
-index 8cc1c86..60610cb 100644
---- a/unix/xserver/hw/vnc/xorg-version.h
-+++ b/unix/xserver/hw/vnc/xorg-version.h
-@@ -48,8 +48,10 @@
- #define XORG 116
- #elif XORG_VERSION_CURRENT < ((1 * 10000000) + (17 * 100000) + (99 * 1000))
- #define XORG 117
-+#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (18 * 100000) + (99 * 1000))
-+#define XORG 118
- #else
--#error "X.Org newer than 1.17 is not supported"
-+#error "X.Org newer than 1.18 is not supported"
- #endif
-
- #endif