diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_idle_inhibit_v1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_idle_inhibit_v1.h b/include/wlr/types/wlr_idle_inhibit_v1.h index 3127cfdf..596fbe88 100644 --- a/include/wlr/types/wlr_idle_inhibit_v1.h +++ b/include/wlr/types/wlr_idle_inhibit_v1.h @@ -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; |