Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unnecessary auto-Raise() of toplevel window whenever it gets acti… #1372

Open
wants to merge 1 commit into
base: SteamEngine
Choose a base branch
from

Commits on Dec 6, 2015

  1. Fix unnecessary auto-Raise() of toplevel window whenever it gets acti…

    …vated.
    
    This is unnecessary (this is task of the window manager),
    and actively annoying on focus-follows-mouse systems as the window
    pops to the front on slight mouse over.
    
    This is only needed to work around buggy behavior of the window
    manager in OSX, so only activate it in that case.
    hzeller committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    3e5bb06 View commit details
    Browse the repository at this point in the history