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

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Fri Mar 14 17:32:02 PDT 2008


 hw/xquartz/X11Application.m |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 37be23e8c1d8e5c7a1157e9d66ef3f30a4c472c5
Author: Jeremy Huddleston <jeremy at tifa.local>
Date:   Fri Mar 14 17:31:54 2008 -0700

    Apple: Xserver half of the Exposé bug-fix (requires updated libXplugin from Apple... coming with 2.2)

diff --git a/hw/xquartz/X11Application.m b/hw/xquartz/X11Application.m
index 23f7ef7..69474cb 100644
--- a/hw/xquartz/X11Application.m
+++ b/hw/xquartz/X11Application.m
@@ -325,6 +325,8 @@ static void message_kit_thread (SEL selector, NSObject *arg) {
 
 - (void) set_front_process:unused {
     QuartzMessageServerThread(kXDarwinBringAllToFront, 0);
+    ProcessSerialNumber psn = { 0, kCurrentProcess };
+    SetFrontProcess(&psn);
 }
 
 - (void) set_can_quit:(NSNumber *)state {


More information about the xorg-commit mailing list