summaryrefslogtreecommitdiff
path: root/package/libXtst/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-29 05:41:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-29 05:41:40 +0100
commit9581e2ce4a1fc360d3db6ff78b2fcbe87dd2c4a9 (patch)
treeadd64dfc6ff2d5c86c81755dd2f7cb25228829c4 /package/libXtst/patches
parentc76d1960526d15cbcef6a61b4f7bed8eb5b95037 (diff)
Xorg: update Xserver, Xlibs and drivers
Diffstat (limited to 'package/libXtst/patches')
-rw-r--r--package/libXtst/patches/patch-src_XRecord_c20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/libXtst/patches/patch-src_XRecord_c b/package/libXtst/patches/patch-src_XRecord_c
deleted file mode 100644
index 865673b03..000000000
--- a/package/libXtst/patches/patch-src_XRecord_c
+++ /dev/null
@@ -1,20 +0,0 @@
---- libXtst-1.2.2.orig/src/XRecord.c 2013-05-31 04:09:49.000000000 +0200
-+++ libXtst-1.2.2/src/XRecord.c 2015-12-31 09:10:38.348187290 +0100
-@@ -61,17 +61,6 @@ from The Open Group.
- #include <X11/extensions/record.h>
- #include <limits.h>
-
--#ifndef HAVE__XEATDATAWORDS
--static inline void _XEatDataWords(Display *dpy, unsigned long n)
--{
--# ifndef LONG64
-- if (n >= (ULONG_MAX >> 2))
-- _XIOError(dpy);
--# endif
-- _XEatData (dpy, n << 2);
--}
--#endif
--
- static XExtensionInfo _xrecord_info_data;
- static XExtensionInfo *xrecord_info = &_xrecord_info_data;
- static const char *xrecord_extension_name = RECORD_NAME;