xdg-shell: role-committed func

This commit is contained in:
Tony Crisci 2017-12-27 06:15:25 -05:00
parent 5a18f62fee
commit d5ffa26564
3 changed files with 7 additions and 14 deletions

View file

@ -253,7 +253,7 @@ void handle_xdg_shell_v6_surface(struct wl_listener *listener, void *data) {
return;
}
roots_surface->commit.notify = handle_commit;
wl_signal_add(&surface->events.commit, &roots_surface->commit);
wl_signal_add(&surface->surface->events.commit, &roots_surface->commit);
roots_surface->destroy.notify = handle_destroy;
wl_signal_add(&surface->events.destroy, &roots_surface->destroy);
roots_surface->request_move.notify = handle_request_move;