aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-29 22:43:14 +0200
committeremersion <contact@emersion.fr>2017-09-29 22:43:14 +0200
commitb78ae541583533dbcfbca2035c09dcd1e6c1b1bd (patch)
tree7a559d813019dd2386c191bf837e738264097f1d /include/wlr
parent97346e7a1be87f1b98683e6f42f25a91b4813994 (diff)
xwayland: add pid support
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/xwayland.h1
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;