diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-03 14:06:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-03 14:06:43 -0500 |
commit | aa7efa1564f7e92318da9212c37bf3096361453c (patch) | |
tree | 1797db0c9495a320ce802b238c554de4cddd94e1 /include | |
parent | 8eceaa2291febc70d32d6791693cbbcad407d401 (diff) | |
parent | 20545b09faf52bfde4513e6fbe519d4df686e404 (diff) |
Merge pull request #457 from acrisci/feature/wl-shell-commit
wl-shell: add commit event
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_wl_shell.h | 1 |
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; |