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:
Ben Byer 2008-04-16 22:48:54 -07:00 committed by Jeremy Huddleston
parent 966ae1781f
commit cd3470a0cf

View File

@ -511,5 +511,5 @@ void DarwinSendDDXEvent(int type, int argc, ...) {
va_end (args);
}
mieqEnqueue(NULL, &xe);
mieqEnqueue(darwinPointer, &xe);
}