aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-09-14 08:39:57 -0400
committerTony Crisci <tony@dubstepdish.com>2017-09-14 08:39:57 -0400
commit45a3b761a6058bb83f1a5ebfc18b517a680be659 (patch)
tree7a8d96bbb6ba52a28eb0da72ac0ed5f02d65d840 /include
parent50f4275298f2ece3de2a0de77b86414b4a0c5c91 (diff)
xdg-surface-v6: add events
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_xdg_shell_v6.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h
index 890f404f..6e2f43c4 100644
--- a/include/wlr/types/wlr_xdg_shell_v6.h
+++ b/include/wlr/types/wlr_xdg_shell_v6.h
@@ -52,6 +52,12 @@ struct wlr_xdg_surface_v6 {
struct wl_listener surface_destroy_listener;
struct wl_listener surface_commit_listener;
+ struct {
+ struct wl_signal request_minimize;
+ struct wl_signal commit;
+ struct wl_signal destroy;
+ } events;
+
void *data;
};