mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
xwayland: add pid support
This commit is contained in:
parent
97346e7a1b
commit
b78ae54158
3 changed files with 18 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue