aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xwin/winblock.c')
-rw-r--r--xorg-server/hw/xwin/winblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winblock.c b/xorg-server/hw/xwin/winblock.c
index c3ef4becd..07e907828 100644
--- a/xorg-server/hw/xwin/winblock.c
+++ b/xorg-server/hw/xwin/winblock.c
@@ -37,7 +37,7 @@
/* See Porting Layer Definition - p. 6 */
void
winBlockHandler(ScreenPtr pScreen,
- pointer pTimeout, pointer pReadMask)
+ void *pTimeout, void *pReadMask)
{
#if defined(XWIN_CLIPBOARD) || defined(XWIN_MULTIWINDOW)
winScreenPriv(pScreen);