mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
Merge pull request #378 from martinetd/rootston_close
Rootston: flush close event for xwayland
This commit is contained in:
commit
19f24e5530
4 changed files with 6 additions and 4 deletions
|
@ -1027,6 +1027,8 @@ void wlr_xwayland_surface_close(struct wlr_xwayland *wlr_xwayland,
|
|||
} else {
|
||||
xcb_kill_client(xwm->xcb_conn, xsurface->window_id);
|
||||
}
|
||||
|
||||
xcb_flush(xwm->xcb_conn);
|
||||
}
|
||||
|
||||
void xwm_destroy(struct wlr_xwm *xwm) {
|
||||
|
|
Loading…
Reference in a new issue