kludge: miEqEnqueue wants a device, even if we're passing custom messages,

so give it one
This commit is contained in:
Ben Byer 2008-04-16 22:48:54 -07:00
parent 6d3d344b5b
commit a494ff04b2

View File

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