mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
move activity_notify into events in wlr_idle
This moves the `struct wl_signal activity_notify` in `struct wlr_idle`
into a local `struct {} events` to keep consistency with other modules
in the library.
This commit is contained in:
parent
2e7d886254
commit
a715826751
2 changed files with 6 additions and 4 deletions
|
|
@ -19,7 +19,9 @@ struct wlr_idle {
|
|||
struct wl_event_loop *event_loop;
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
struct wl_signal activity_notify;
|
||||
struct {
|
||||
struct wl_signal activity_notify;
|
||||
} events;
|
||||
|
||||
void *data;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue