cagebreak/idle_inhibit_v1.h
2023-02-02 10:41:24 +01:00

11 lines
261 B
C

// Copyright 2020 - 2023, project-repo and the cagebreak contributors
// SPDX-License-Identifier: MIT
#ifndef CG_IDLE_INHIBIT_H
#define CG_IDLE_INHIBIT_H
struct wl_listener;
void
handle_idle_inhibitor_v1_new(struct wl_listener *listener, void *data);
#endif