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
					
				| 
						 | 
				
			
			@ -511,5 +511,5 @@ void DarwinSendDDXEvent(int type, int argc, ...) {
 | 
			
		|||
        va_end (args);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    mieqEnqueue(NULL, &xe);
 | 
			
		||||
    mieqEnqueue(darwinPointer, &xe);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue