wlr_idle_inhibit_manager_v1: add comments for signal parameters

This commit is contained in:
rewine 2023-07-21 10:11:54 +08:00 committed by Alexander Orzechowski
parent 7ce4d557c5
commit f3cf830e9a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ struct wlr_idle_inhibit_manager_v1 {
struct wl_listener display_destroy;
struct {
struct wl_signal new_inhibitor;
struct wl_signal new_inhibitor; // struct wlr_idle_inhibitor_v1
struct wl_signal destroy;
} events;