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:
Jeremy Huddleston 2009-04-01 13:45:02 -07:00
parent 029307e79a
commit 9180081ec3

View File

@ -1067,7 +1067,7 @@ static inline int ensure_flag(int flags, int device_independent, int device_depe
pDev = darwinTabletCurrent;
}
if(!quartzServerVisible) {
if(!quartzServerVisible && noTestExtensions) {
#if 0
/* Seems this has somehow triggered 100% CPU usage while X11.app is in the
* background on some obscure HW configurations.