wl-shell: role committed

This commit is contained in:
Tony Crisci 2017-12-27 06:32:54 -05:00
parent d5ffa26564
commit 68328700c7
3 changed files with 7 additions and 14 deletions

View file

@ -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;