mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-25 06:59:42 -05:00
Rename wlr_surface->signals to events
This commit is contained in:
parent
74d31983b5
commit
7b6d785f52
6 changed files with 12 additions and 12 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue