set title and app_id

This commit is contained in:
Tony Crisci 2017-09-12 06:36:16 -04:00
parent 9d2dc8447a
commit 2fd5c7999b
2 changed files with 28 additions and 3 deletions

View file

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