mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
xwayland: add state support
This commit is contained in:
parent
98707c16ad
commit
97346e7a1b
4 changed files with 78 additions and 6 deletions
|
|
@ -44,6 +44,7 @@ struct wlr_xwayland_surface {
|
|||
char *class;
|
||||
char *instance;
|
||||
struct wlr_xwayland_surface *parent;
|
||||
list_t *state; // list of xcb_atom_t
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
|
|
@ -53,6 +54,7 @@ struct wlr_xwayland_surface {
|
|||
struct wl_signal set_title;
|
||||
struct wl_signal set_class;
|
||||
struct wl_signal set_parent;
|
||||
struct wl_signal set_state;
|
||||
} events;
|
||||
|
||||
void *data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue