summaryrefslogtreecommitdiff
path: root/driver/xf86-video-trident/src
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2017-02-18 18:26:16 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2017-02-18 18:26:16 +0000
commit57c1f1dd5e30851ac083a709aead751903251ba7 (patch)
tree272e31af2af5e3681aee1d1cceb1e475b25d28ce /driver/xf86-video-trident/src
parent5d25acde2b17d3f1ab5a9e6db234060fd73bf649 (diff)
Update to xf86-video-trident 1.3.8
Diffstat (limited to 'driver/xf86-video-trident/src')
-rw-r--r--driver/xf86-video-trident/src/compat-api.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/driver/xf86-video-trident/src/compat-api.h b/driver/xf86-video-trident/src/compat-api.h
index 6bc946fd6..89976e41c 100644
--- a/driver/xf86-video-trident/src/compat-api.h
+++ b/driver/xf86-video-trident/src/compat-api.h
@@ -75,8 +75,13 @@
#define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, 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 pScreen
#define CLOSE_SCREEN_ARGS pScreen