xwayland: add pid support

This commit is contained in:
emersion 2017-09-29 22:43:14 +02:00
parent 97346e7a1b
commit b78ae54158
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 18 additions and 4 deletions

View file

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