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

Use new wlroots API for clearing keyboard/pointer focus during grabs #5368

Merged
merged 1 commit into from
Jun 5, 2020

Commits on May 21, 2020

  1. Use new wlroots API for clearing keyboard/pointer focus during grabs

    We are not allowed to do what we did in swaywm#5222 and pass a `NULL` surface
    wlr_seat_pointer_notify_enter(), and it's causing crashes when an
    xdg-shell popup is active (see swaywm#5294 and swaywm/wlroots#2161).
    
    Instead, solve swaywm#5220 using the new wlroots API introduced in
    swaywm/wlroots#2217.
    tchebb committed May 21, 2020
    Configuration menu
    Copy the full SHA
    c3d35b2 View commit details
    Browse the repository at this point in the history