aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorrewine <lhongxu@outlook.com>2023-07-21 10:11:54 +0800
committerAlexander Orzechowski <alex@ozal.ski>2023-07-21 02:35:48 +0000
commitf3cf830e9aadff5b48d4ae0eca0de360fbea3ee5 (patch)
treea6bb9f4aa22e095e49687a6905ee0464a23ee0eb /include/wlr
parent7ce4d557c576eaeef9bae47ac4e28f729ed4143f (diff)
wlr_idle_inhibit_manager_v1: add comments for signal parameters
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_idle_inhibit_v1.h2
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;