mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user