Update for removal of fdset from Block/Wakeup handler API in 9d15912a
Signed-off-by: Jon Turney <[email protected]>
---
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 09415a7..103c4b9 100644
--- a/hw/xwin/win.h
+++ b/hw/xwin/win.h
@@ -719,8 +719,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 8b84652..110740d 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);
--
2.8.3
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel