11 lines
310 B
C
11 lines
310 B
C
#ifndef CRYWL_IDLE_H
|
|
#define CRYWL_IDLE_H
|
|
|
|
#include <wayland-server-core.h>
|
|
#include <wlr/types/wlr_layer_shell_v1.h>
|
|
|
|
/* ===== Function Declarations ===== */
|
|
void checkidleinhibitor(struct wlr_surface *exclude);
|
|
void destroyidleinhibitor(struct wl_listener *listener, void *data);
|
|
|
|
#endif /* CRYWL_IDLE_H */
|