XQuartz: Still send mouse events while X11 is in the background if we have test extensions enabled
(cherry picked from commit f393fb686cfbedb11a1539d4eaf5c491af8b3a64)
This commit is contained in:
		
							parent
							
								
									029307e79a
								
							
						
					
					
						commit
						9180081ec3
					
				| 
						 | 
					@ -1067,7 +1067,7 @@ static inline int ensure_flag(int flags, int device_independent, int device_depe
 | 
				
			||||||
                pDev = darwinTabletCurrent;
 | 
					                pDev = darwinTabletCurrent;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if(!quartzServerVisible) {
 | 
					            if(!quartzServerVisible && noTestExtensions) {
 | 
				
			||||||
#if 0
 | 
					#if 0
 | 
				
			||||||
/* Seems this has somehow triggered 100% CPU usage while X11.app is in the
 | 
					/* Seems this has somehow triggered 100% CPU usage while X11.app is in the
 | 
				
			||||||
 * background on some obscure HW configurations.
 | 
					 * background on some obscure HW configurations.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue