hw/xwin: Update BlockHandler function signature

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

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Jon Turney 2016-07-19 13:35:37 +01:00 committed by Keith Packard
parent 60a91031d1
commit 2a79be9e4d
2 changed files with 2 additions and 4 deletions

View File

@ -717,8 +717,7 @@ void winSetAuthorization(void);
void void
winBlockHandler(ScreenPtr pScreen, winBlockHandler(ScreenPtr pScreen, void *pTimeout);
void *pTimeout, void *pReadMask);
#ifdef XWIN_CLIPBOARD #ifdef XWIN_CLIPBOARD
/* /*

View File

@ -36,8 +36,7 @@
/* See Porting Layer Definition - p. 6 */ /* See Porting Layer Definition - p. 6 */
void void
winBlockHandler(ScreenPtr pScreen, winBlockHandler(ScreenPtr pScreen, void *pTimeout)
void *pTimeout, void *pReadMask)
{ {
#if defined(XWIN_CLIPBOARD) || defined(XWIN_MULTIWINDOW) #if defined(XWIN_CLIPBOARD) || defined(XWIN_MULTIWINDOW)
winScreenPriv(pScreen); winScreenPriv(pScreen);