XQuartz: Make application switching work better for the no-spaces case

We still have the issue with not raising the frontmost window for the case
when spaces is enabled, and the AppleSpacesSwitchOnActivate preference is
disabled.

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
Jeremy Huddleston
2010-07-29 14:49:10 -07:00
parent e5bc62a032
commit 4fc4cab98d
4 changed files with 33 additions and 13 deletions

View File

@@ -444,7 +444,7 @@ void RootlessUpdateScreenPixmap(ScreenPtr pScreen);
void RootlessRepositionWindows(ScreenPtr pScreen);
/*
* Bring all windows to the front of the Aqua stack
* Bring all windows to the front of the native stack
*/
void RootlessOrderAllWindows (void);
void RootlessOrderAllWindows (Bool include_unhitable);
#endif /* _ROOTLESS_H */