From 9180081ec32b6c655d193de4c89b59d222a72579 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 1 Apr 2009 13:45:02 -0700 Subject: [PATCH] XQuartz: Still send mouse events while X11 is in the background if we have test extensions enabled (cherry picked from commit f393fb686cfbedb11a1539d4eaf5c491af8b3a64) --- hw/xquartz/X11Application.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xquartz/X11Application.m b/hw/xquartz/X11Application.m index e459b4cc4..bd4b27539 100644 --- a/hw/xquartz/X11Application.m +++ b/hw/xquartz/X11Application.m @@ -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.