From 9d15912aa475b733bbb20efc367a67dacad63bf1 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 1 Sep 2015 18:51:14 -0700 Subject: Remove fd_set from Block/Wakeup handler API This removes the last uses of fd_set from the server interfaces outside of the OS layer itself. Signed-off-by: Keith Packard Reviewed-by: Adam Jackson --- hw/xfree86/dri/dri.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/xfree86/dri/dri.c') diff --git a/hw/xfree86/dri/dri.c b/hw/xfree86/dri/dri.c index d39924646..e4a21dc06 100644 --- a/hw/xfree86/dri/dri.c +++ b/hw/xfree86/dri/dri.c @@ -1667,7 +1667,7 @@ DRIDestroyInfoRec(DRIInfoPtr DRIInfo) } void -DRIWakeupHandler(void *wakeupData, int result, void *pReadmask) +DRIWakeupHandler(void *wakeupData, int result) { int i; @@ -1681,7 +1681,7 @@ DRIWakeupHandler(void *wakeupData, int result, void *pReadmask) } void -DRIBlockHandler(void *blockData, OSTimePtr pTimeout, void *pReadmask) +DRIBlockHandler(void *blockData, void *pTimeout) { int i; -- cgit v1.2.3