Merge pull request #670 from Ongy/xwayland_unmanaged

add xwayland unmanaged tests to support dmenu
This commit is contained in:
emersion 2018-02-27 09:47:23 +01:00 committed by GitHub
commit c2ba1869ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 60 additions and 2 deletions

View file

@ -350,5 +350,7 @@ void handle_xwayland_surface(struct wl_listener *listener, void *data) {
}
view_setup(view);
} else {
view_initial_focus(view);
}
}