mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue