mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 13:40:06 +01:00
kludge: miEqEnqueue wants a device, even if we're passing custom messages,
so give it one
This commit is contained in:
parent
6d3d344b5b
commit
a494ff04b2
1 changed files with 1 additions and 1 deletions
|
|
@ -511,5 +511,5 @@ void DarwinSendDDXEvent(int type, int argc, ...) {
|
|||
va_end (args);
|
||||
}
|
||||
|
||||
mieqEnqueue(NULL, &xe);
|
||||
mieqEnqueue(darwinPointer, &xe);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue