diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-01 15:21:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 15:21:48 -0400 |
commit | 19f24e5530625f4b7cafb6cbcdbb71fe69c2288c (patch) | |
tree | c991862de80f70c4a82f6ad8a6efc5b3429e9d70 /xwayland/xwm.c | |
parent | bd85cbd4780da2b840c89c135a3d4569d8a73560 (diff) | |
parent | 43cd3c7aea4c8171412a6822bf2c8308ee890b5e (diff) |
Merge pull request #378 from martinetd/rootston_close
Rootston: flush close event for xwayland
Diffstat (limited to 'xwayland/xwm.c')
-rw-r--r-- | xwayland/xwm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c index 15a23797..4930d45c 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -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) { |