From b78ae541583533dbcfbca2035c09dcd1e6c1b1bd Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 29 Sep 2017 22:43:14 +0200 Subject: xwayland: add pid support --- include/wlr/xwayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 2a7e3240..e67caf9f 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -45,6 +45,7 @@ struct wlr_xwayland_surface { char *instance; struct wlr_xwayland_surface *parent; list_t *state; // list of xcb_atom_t + pid_t pid; struct { struct wl_signal destroy; -- cgit v1.2.3