aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/desktop/idle_inhibit_v1.h
blob: 94c25a42a0d6e364ee4bc531f64e82908cac1bfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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