diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 06:15:25 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 06:15:25 -0500 |
commit | d5ffa26564289ac5c30337b358e0679960d4eef9 (patch) | |
tree | 6e28ad029cf2293ce8de6b397481364e7111f783 /include/wlr | |
parent | 5a18f62fee5f0a9c8abc1554222f3774179ff373 (diff) |
xdg-shell: role-committed func
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell_v6.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h index b723a950..280bea27 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -122,10 +122,8 @@ struct wlr_xdg_surface_v6 { struct wlr_box *geometry; struct wl_listener surface_destroy_listener; - struct wl_listener surface_commit_listener; struct { - struct wl_signal commit; struct wl_signal destroy; struct wl_signal ping_timeout; |