XQuartz: Still send mouse events while X11 is in the background if we have test extensions enabled

This commit is contained in:
Jeremy Huddleston 2009-04-01 13:45:02 -07:00
parent 49871e9917
commit f393fb686c

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.