cagebreak/idle_inhibit_v1.h
2024-01-01 01:07:15 +01:00

11 lines
261 B
C

// Copyright 2020 - 2024, 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