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

FvwmEvent: handle previous_monitor and no longer passthrough ID #701

Merged
merged 2 commits into from
Sep 28, 2022

Commits on Sep 28, 2022

  1. FvwmEvent: flip prev_focused monitor

    When handling focus between screens (which is predicated on windows
    receiving focus, rather than the root window), toggle the appropriate
    monitors so that the previous focused monitor is referenced correctly.
    
    While here, improve the matching of the previous monitor.
    
    Fixes #604
    ThomasAdam committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    9eb0253 View commit details
    Browse the repository at this point in the history
  2. FvwmEvent: don't special-case monitor extended events

    The monitor_* events used to be special-cased in that there would be an
    attempt to pass arguments to calling functions.
    
    Don't do this any longer, and treat these events the same as any other
    without a window context.
    
    Fixes #604
    ThomasAdam committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    f85c4dc View commit details
    Browse the repository at this point in the history