2025-08-27 16:36:00 +10:00
|
|
|
#ifndef CRYWL_IDLE_H
|
|
|
|
|
#define CRYWL_IDLE_H
|
|
|
|
|
|
2025-08-28 02:03:35 +10:00
|
|
|
#include <wayland-server-core.h>
|
|
|
|
|
#include <wlr/types/wlr_layer_shell_v1.h>
|
|
|
|
|
|
2025-08-27 16:36:00 +10:00
|
|
|
/* ===== Function Declarations ===== */
|
2025-08-28 02:03:35 +10:00
|
|
|
void checkidleinhibitor(struct wlr_surface *exclude);
|
|
|
|
|
void destroyidleinhibitor(struct wl_listener *listener, void *data);
|
2025-08-27 16:36:00 +10:00
|
|
|
|
|
|
|
|
#endif /* CRYWL_IDLE_H */
|