From 2fd5c7999b1ecb93700ab6e61ae54f65e147518b Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Tue, 12 Sep 2017 06:36:16 -0400 Subject: set title and app_id --- include/wlr/types/wlr_xdg_shell_v6.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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; -- cgit v1.2.3