10 lines
322 B
C
10 lines
322 B
C
|
|
#ifndef CRYWL_IDLE_H
|
||
|
|
#define CRYWL_IDLE_H
|
||
|
|
|
||
|
|
/* ===== Function Declarations ===== */
|
||
|
|
static void checkidleinhibitor(struct wlr_surface *exclude);
|
||
|
|
static void createidleinhibitor(struct wl_listener *listener, void *data);
|
||
|
|
static void destroyidleinhibitor(struct wl_listener *listener, void *data);
|
||
|
|
|
||
|
|
#endif /* CRYWL_IDLE_H */
|