Oh, there was one other difference in X11Application.m that I wasn't sure of... what's going on here? @@ -309,9 +309,6 @@ static void message_kit_thread (SEL selector, NSObject *arg) { } - (void) set_front_process:unused { - [NSApp activateIgnoringOtherApps:YES]; - - if ([self modalWindow] == nil) [self activateX:YES]; QuartzMessageServerThread(kXDarwinBringAllToFront, 0); }
On Nov 28, 2007, at 11:04 PM, Jeremy Huddleston wrote:
Oh, there was one other difference in X11Application.m that I wasn't sure of... what's going on here?
@@ -309,9 +309,6 @@ static void message_kit_thread (SEL selector, NSObject *arg) { }
- (void) set_front_process:unused { - [NSApp activateIgnoringOtherApps:YES]; - - if ([self modalWindow] == nil) [self activateX:YES]; QuartzMessageServerThread(kXDarwinBringAllToFront, 0); }
I ended up trying a whole lot of different things to try to fix the focus problem -- this was one of them. It was like waving a dead chicken around. If that code produces no visible effect, we should just take it out. -- Ben Byer CoreOS / BSD Technology Group, XDarwin maintainer
participants (2)
-
Ben Byer
-
Jeremy Huddleston