mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
set title and app_id
This commit is contained in:
parent
9d2dc8447a
commit
2fd5c7999b
2 changed files with 28 additions and 3 deletions
|
|
@ -22,6 +22,9 @@ struct wlr_xdg_surface_v6 {
|
|||
struct wl_list link;
|
||||
enum wlr_xdg_surface_v6_role role;
|
||||
|
||||
char *title;
|
||||
char *app_id;
|
||||
|
||||
struct wl_listener surface_destroy_listener;
|
||||
struct wl_listener surface_commit_listener;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue