From 2a79be9e4dd1b6ba00b69ff40bc5257ec84d34da Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Tue, 19 Jul 2016 13:35:37 +0100 Subject: [PATCH] hw/xwin: Update BlockHandler function signature Update for removal of fdset from Block/Wakeup handler API in 9d15912a Signed-off-by: Jon Turney Reviewed-by: Keith Packard --- hw/xwin/win.h | 3 +-- hw/xwin/winblock.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hw/xwin/win.h b/hw/xwin/win.h index 9fa697dcc..e89f730b0 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -717,8 +717,7 @@ void winSetAuthorization(void); void -winBlockHandler(ScreenPtr pScreen, - void *pTimeout, void *pReadMask); +winBlockHandler(ScreenPtr pScreen, void *pTimeout); #ifdef XWIN_CLIPBOARD /* diff --git a/hw/xwin/winblock.c b/hw/xwin/winblock.c index 8b846520c..110740d55 100644 --- a/hw/xwin/winblock.c +++ b/hw/xwin/winblock.c @@ -36,8 +36,7 @@ /* See Porting Layer Definition - p. 6 */ void -winBlockHandler(ScreenPtr pScreen, - void *pTimeout, void *pReadMask) +winBlockHandler(ScreenPtr pScreen, void *pTimeout) { #if defined(XWIN_CLIPBOARD) || defined(XWIN_MULTIWINDOW) winScreenPriv(pScreen);