mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Add wlr_xwayland_surface_ping
This commit is contained in:
parent
cedd151e17
commit
17d0440b75
4 changed files with 102 additions and 27 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue