#ifndef _SWAY_DESKTOP_IDLE_INHIBIT_V1_H #define _SWAY_DESKTOP_IDLE_INHIBIT_V1_H #include #include "sway/server.h" struct sway_idle_inhibitor_v1 { struct sway_server *server; struct wl_listener destroy; }; #endif