aboutsummaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-01 15:21:48 -0400
committerGitHub <noreply@github.com>2017-11-01 15:21:48 -0400
commit19f24e5530625f4b7cafb6cbcdbb71fe69c2288c (patch)
treec991862de80f70c4a82f6ad8a6efc5b3429e9d70 /xwayland
parentbd85cbd4780da2b840c89c135a3d4569d8a73560 (diff)
parent43cd3c7aea4c8171412a6822bf2c8308ee890b5e (diff)
Merge pull request #378 from martinetd/rootston_close
Rootston: flush close event for xwayland
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/xwm.c2
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) {