mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-28 05:40:16 -04:00
The documentation for `wayland-server.h` says:
> Use of this header file is discouraged. Prefer including
> wayland-server-core.h instead, which does not include the server protocol
> header and as such only defines the library PI, excluding the deprecated API
> below.
See also
ca45f4490c (diff-b57e10fe0774258a6d21b22077001cff)
8 lines
172 B
C
8 lines
172 B
C
#ifndef CG_IDLE_INHIBIT_H
|
|
#define CG_IDLE_INHIBIT_H
|
|
|
|
#include <wayland-server-core.h>
|
|
|
|
void handle_idle_inhibitor_v1_new(struct wl_listener *listener, void *data);
|
|
|
|
#endif
|