mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
wlr_idle_inhibit_manager_v1: add comments for signal parameters
This commit is contained in:
parent
7ce4d557c5
commit
f3cf830e9a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue