From f3cf830e9aadff5b48d4ae0eca0de360fbea3ee5 Mon Sep 17 00:00:00 2001 From: rewine Date: Fri, 21 Jul 2023 10:11:54 +0800 Subject: [PATCH] wlr_idle_inhibit_manager_v1: add comments for signal parameters --- include/wlr/types/wlr_idle_inhibit_v1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;