summaryrefslogtreecommitdiff
path: root/hw/xgl/egl/xegl.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xgl/egl/xegl.c')
-rw-r--r--hw/xgl/egl/xegl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xgl/egl/xegl.c b/hw/xgl/egl/xegl.c
index 70db7c083..c671dbe7c 100644
--- a/hw/xgl/egl/xegl.c
+++ b/hw/xgl/egl/xegl.c
@@ -252,7 +252,7 @@ xeglInitInput (int argc,
Bool
xeglLegalModifier (unsigned int key,
- DevicePtr pDev)
+ DeviceIntPtr pDev)
{
return KdLegalModifier (key, pDev);
}