Add wlr_xwayland_surface_ping

This commit is contained in:
emersion 2018-04-08 16:28:01 -04:00
parent cedd151e17
commit 17d0440b75
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 102 additions and 27 deletions

View file

@ -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));