aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/desktop/idle_inhibit_v1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/desktop/idle_inhibit_v1.h')
-rw-r--r--include/sway/desktop/idle_inhibit_v1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/desktop/idle_inhibit_v1.h b/include/sway/desktop/idle_inhibit_v1.h
index 94c25a42..1764713c 100644
--- a/include/sway/desktop/idle_inhibit_v1.h
+++ b/include/sway/desktop/idle_inhibit_v1.h
@@ -6,8 +6,12 @@
6 6
7struct sway_idle_inhibitor_v1 { 7struct sway_idle_inhibitor_v1 {
8 struct sway_server *server; 8 struct sway_server *server;
9 struct sway_view *view;
9 10
11 struct wl_list link;
10 struct wl_listener destroy; 12 struct wl_listener destroy;
11}; 13};
12 14
15void idle_inhibit_v1_check_active(struct sway_server *server);
16
13#endif 17#endif