mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-23 23:40:05 +01:00
mi: fix compiler warning - explicitly typecast to InternalEvent.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e3bb7dea06
commit
630a6e9d14
1 changed files with 1 additions and 1 deletions
|
|
@ -590,7 +590,7 @@ miPointerMove (DeviceIntPtr pDev, ScreenPtr pScreen, int x, int y)
|
|||
darwinEvents_lock();
|
||||
#endif
|
||||
for (i = 0; i < nevents; i++)
|
||||
mieqEnqueue(pDev, events[i].event);
|
||||
mieqEnqueue(pDev, (InternalEvent*)events[i].event);
|
||||
#ifdef XQUARTZ
|
||||
darwinEvents_unlock();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue