aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_xdg_shell_v6.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h
index 27fafd2d..a6e62628 100644
--- a/include/wlr/types/wlr_xdg_shell_v6.h
+++ b/include/wlr/types/wlr_xdg_shell_v6.h
@@ -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;