[PATCH xserver 2/2] hw/xwin: Update BlockHandler function signature

Jon Turney jon.turney at dronecode.org.uk
Tue Jul 19 12:35:37 UTC 2016


Update for removal of fdset from Block/Wakeup handler API in 9d15912a

Signed-off-by: Jon Turney <jon.turney at dronecode.org.uk>
---
 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



More information about the xorg-devel mailing list