mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
11 lines
261 B
C
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
|