mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
kludge: miEqEnqueue wants a device, even if we're passing custom messages,
so give it one (cherry picked from commit a494ff04b2a14470eaf5a23c7cf6dbdea182c6d1)
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…
Reference in a new issue