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

@ -71,7 +71,7 @@ struct wlr_surface {
struct {
struct wl_signal commit;
struct wl_signal destroy;
} signals;
} events;
// destroy listener used by compositor
struct wl_listener compositor_listener;