mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 07:30:08 +01:00
kludge: miEqEnqueue wants a device, even if we're passing custom messages,
so give it one
(cherry picked from commit a494ff04b2)
This commit is contained in:
parent
966ae1781f
commit
cd3470a0cf
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