mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 17:30:13 +01:00
mi: minor build fix when compiling with debug enabled.
Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
This commit is contained in:
parent
fbf4b5f16a
commit
8644aa4717
1 changed files with 2 additions and 2 deletions
|
|
@ -255,8 +255,8 @@ ChangeDeviceID(DeviceIntPtr dev, xEvent* event)
|
|||
// do nothing or drink a beer. your choice.
|
||||
} else
|
||||
DebugF("[mi] Unknown generic event (%d/%d), cannot change id.\n",
|
||||
((xGenericEvent*)ev)->extension,
|
||||
((xGenericEvent*)ev)->evtype);
|
||||
((xGenericEvent*)event)->extension,
|
||||
((xGenericEvent*)event)->evtype);
|
||||
} else
|
||||
DebugF("[mi] Unknown event type (%d), cannot change id.\n", type);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue