From 17d0440b757a504f72028d2a12724da33277a6f7 Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 8 Apr 2018 16:28:01 -0400 Subject: Add wlr_xwayland_surface_ping --- rootston/xwayland.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rootston/xwayland.c') 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)); -- cgit v1.2.3