diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-09-12 06:36:16 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-09-13 07:57:16 -0400 |
commit | 2fd5c7999b1ecb93700ab6e61ae54f65e147518b (patch) | |
tree | 42a256c9f88bf11a241088164f7ba849fd4f30e7 /include | |
parent | 9d2dc8447a64d0f402b309af5a655ce374dad808 (diff) |
set title and app_id
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell_v6.h | 3 |
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; |