aboutsummaryrefslogtreecommitdiff
path: root/rootston/xwayland.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-08 16:30:45 -0400
committerGitHub <noreply@github.com>2018-04-08 16:30:45 -0400
commit7efd9885b65d0115e30f2253a30f165c12a07d2a (patch)
tree46d130e9382680c05f8bf9758c242f611d723856 /rootston/xwayland.c
parent902d859c674769d93efafd595419432c0a1dd267 (diff)
parent17d0440b757a504f72028d2a12724da33277a6f7 (diff)
Merge pull request #853 from emersion/xwayland-client-timeout
Add wlr_xwayland_surface_ping
Diffstat (limited to 'rootston/xwayland.c')
-rw-r--r--rootston/xwayland.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/xwayland.c b/rootston/xwayland.c
index 92f37362..27a27b65 100644
--- a/rootston/xwayland.c
+++ b/rootston/xwayland.c
@@ -260,6 +260,7 @@ void handle_xwayland_surface(struct wl_listener *listener, void *data) {
struct wlr_xwayland_surface *surface = data;
wlr_log(L_DEBUG, "new xwayland surface: title=%s, class=%s, instance=%s",
surface->title, surface->class, surface->instance);
+ wlr_xwayland_surface_ping(surface);
struct roots_xwayland_surface *roots_surface =
calloc(1, sizeof(struct roots_xwayland_surface));