diff options
author | emersion <contact@emersion.fr> | 2018-04-08 16:28:01 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-04-08 16:28:01 -0400 |
commit | 17d0440b757a504f72028d2a12724da33277a6f7 (patch) | |
tree | 2ce76bebe6da4aa6ef25f2b5b1d8c7afc9fb43b8 /rootston | |
parent | cedd151e1781955878c30d6b515ff574f2531d52 (diff) |
Add wlr_xwayland_surface_ping
Diffstat (limited to 'rootston')
-rw-r--r-- | rootston/xwayland.c | 1 |
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)); |