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/xwayland/xwayland.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/xwayland') diff --git a/hw/xwayland/xwayland.c b/hw/xwayland/xwayland.c index 6daf385c2..c65a22fab 100644 --- a/hw/xwayland/xwayland.c +++ b/hw/xwayland/xwayland.c @@ -507,12 +507,12 @@ socket_handler(int fd, int ready, void *data) } static void -wakeup_handler(void *data, int err, void *pRead) +wakeup_handler(void *data, int err) { } static void -block_handler(void *data, OSTimePtr pTimeout, void *pRead) +block_handler(void *data, void *timeout) { struct xwl_screen *xwl_screen = data; -- cgit v1.2.3