summaryrefslogtreecommitdiff
path: root/package/xf86-video-geode/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-10-15 09:16:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-10-17 20:11:42 +0200
commit7028dfc12513746bd81e90bc03e5093f917f90fe (patch)
tree5490d062322380fb38c4ebcbe15b72858fad42cf /package/xf86-video-geode/patches
parent9c66869417a0ca1debc5f522123de243593fc98e (diff)
xf86-video-geode: update to 2.11.19
Diffstat (limited to 'package/xf86-video-geode/patches')
-rw-r--r--package/xf86-video-geode/patches/patch-src_compat-api_h30
1 files changed, 0 insertions, 30 deletions
diff --git a/package/xf86-video-geode/patches/patch-src_compat-api_h b/package/xf86-video-geode/patches/patch-src_compat-api_h
deleted file mode 100644
index 244111bdd..000000000
--- a/package/xf86-video-geode/patches/patch-src_compat-api_h
+++ /dev/null
@@ -1,30 +0,0 @@
---- xf86-video-geode-2.11.18.orig/src/compat-api.h 2016-02-03 19:46:59.000000000 +0100
-+++ xf86-video-geode-2.11.18/src/compat-api.h 2016-11-28 08:39:15.624653928 +0100
-@@ -53,8 +53,13 @@
-
- #define SCREEN_INIT_ARGS_DECL int index, ScreenPtr pScrn, int argc, char **argv
-
-+#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
-+#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
-+#define BLOCKHANDLER_ARGS arg, pTimeout
-+#else
- #define BLOCKHANDLER_ARGS_DECL int arg, pointer blockData, pointer pTimeout, pointer pReadmask
- #define BLOCKHANDLER_ARGS arg, blockData, pTimeout, pReadmask
-+#endif
-
- #define CLOSE_SCREEN_ARGS_DECL int scrnIndex, ScreenPtr pScrn
- #define CLOSE_SCREEN_ARGS scrnIndex, pScrn
-@@ -89,8 +94,13 @@
-
- #define SCREEN_INIT_ARGS_DECL ScreenPtr pScrn, int argc, char **argv
-
-+#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
-+#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
-+#define BLOCKHANDLER_ARGS arg, pTimeout
-+#else
- #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer pReadmask
- #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
-+#endif
-
- #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScrn
- #define CLOSE_SCREEN_ARGS pScrn