xserver: Branch 'xorg-server-1.4-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Wed Apr 1 13:45:39 PDT 2009


 hw/xquartz/X11Application.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f393fb686cfbedb11a1539d4eaf5c491af8b3a64
Author: Jeremy Huddleston <jeremy at yuffie.local>
Date:   Wed Apr 1 13:45:02 2009 -0700

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

diff --git a/hw/xquartz/X11Application.m b/hw/xquartz/X11Application.m
index e459b4c..bd4b275 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.


More information about the xorg-commit mailing list