mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
With this, some apps (e.g. mpv) can block the idle tracker from kicking in. This way, the screen won't blank (or whatever you configured) when the application doesn't want it to.
8 lines
167 B
C
8 lines
167 B
C
#ifndef CG_IDLE_INHIBIT_H
|
|
#define CG_IDLE_INHIBIT_H
|
|
|
|
#include <wayland-server.h>
|
|
|
|
void handle_idle_inhibitor_v1_new(struct wl_listener *listener, void *data);
|
|
|
|
#endif
|