aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-03 12:37:23 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-03 12:37:23 -0500
commit41d7bad4703d872ffcfb2c20f300d4b3e1c84246 (patch)
tree07b50d0f1bda63e44d83d30d0a9098d91c23d7c9 /include/wlr
parent8eceaa2291febc70d32d6791693cbbcad407d401 (diff)
wl-shell: add commit event
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_wl_shell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_wl_shell.h b/include/wlr/types/wlr_wl_shell.h
index ec087693..986f92e8 100644
--- a/include/wlr/types/wlr_wl_shell.h
+++ b/include/wlr/types/wlr_wl_shell.h
@@ -77,6 +77,7 @@ struct wlr_wl_shell_surface {
struct {
struct wl_signal destroy;
+ struct wl_signal commit;
struct wl_signal ping_timeout;
struct wl_signal request_move;