diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 06:32:54 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 06:32:54 -0500 |
commit | 68328700c7171b53c70e61f78ed6fdfcf1e22bd5 (patch) | |
tree | 907f2074a71b9648da5c7e3a8e146bf30c73c17d /include/wlr | |
parent | d5ffa26564289ac5c30337b358e0679960d4eef9 (diff) |
wl-shell: role committed
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_wl_shell.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_wl_shell.h b/include/wlr/types/wlr_wl_shell.h index 29446b04..375477c7 100644 --- a/include/wlr/types/wlr_wl_shell.h +++ b/include/wlr/types/wlr_wl_shell.h @@ -70,7 +70,6 @@ struct wlr_wl_shell_surface { char *class; struct wl_listener surface_destroy_listener; - struct wl_listener surface_commit_listener; struct wlr_wl_shell_surface *parent; struct wl_list popup_link; @@ -79,7 +78,6 @@ struct wlr_wl_shell_surface { struct { struct wl_signal destroy; - struct wl_signal commit; struct wl_signal ping_timeout; struct wl_signal request_move; |