mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
xwayland: Introduce set_role event
This commit is contained in:
parent
d22431d969
commit
b8cc4a4152
3 changed files with 30 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ struct wlr_xwayland_surface {
|
|||
char *title;
|
||||
char *class;
|
||||
char *instance;
|
||||
char *role;
|
||||
pid_t pid;
|
||||
bool has_utf8_title;
|
||||
|
||||
|
|
@ -157,6 +158,7 @@ struct wlr_xwayland_surface {
|
|||
struct wl_signal unmap;
|
||||
struct wl_signal set_title;
|
||||
struct wl_signal set_class;
|
||||
struct wl_signal set_role;
|
||||
struct wl_signal set_parent;
|
||||
struct wl_signal set_pid;
|
||||
struct wl_signal set_window_type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue