diff options
author | emersion <contact@emersion.fr> | 2017-09-29 22:43:14 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-29 22:43:14 +0200 |
commit | b78ae541583533dbcfbca2035c09dcd1e6c1b1bd (patch) | |
tree | 7a559d813019dd2386c191bf837e738264097f1d /include | |
parent | 97346e7a1be87f1b98683e6f42f25a91b4813994 (diff) |
xwayland: add pid support
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |