Rename wlr_surface->signals to events

This commit is contained in:
emersion 2017-10-08 19:12:28 +02:00
parent 74d31983b5
commit 7b6d785f52
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 12 additions and 12 deletions

View file

@ -102,7 +102,7 @@ void handle_wl_shell_surface(struct wl_listener *listener, void *data) {
wl_list_init(&roots_surface->request_set_maximized.link);
wl_list_init(&roots_surface->surface_commit.link);
roots_surface->surface_commit.notify = handle_surface_commit;
wl_signal_add(&surface->surface->signals.commit,
wl_signal_add(&surface->surface->events.commit,
&roots_surface->surface_commit);
struct roots_view *view = calloc(1, sizeof(struct roots_view));