aboutsummaryrefslogtreecommitdiff
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.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/sway/desktop/idle_inhibit_v1.h b/include/sway/desktop/idle_inhibit_v1.h
new file mode 100644
index 00000000..94c25a42
--- /dev/null
+++ b/include/sway/desktop/idle_inhibit_v1.h
@@ -0,0 +1,13 @@
+
+#ifndef _SWAY_DESKTOP_IDLE_INHIBIT_V1_H
+#define _SWAY_DESKTOP_IDLE_INHIBIT_V1_H
+#include <wlr/types/wlr_idle_inhibit_v1.h>
+#include "sway/server.h"
+
+struct sway_idle_inhibitor_v1 {
+ struct sway_server *server;
+
+ struct wl_listener destroy;
+};
+
+#endif