MAJOR REFACTOR (IN PROGRESS)
This commit is contained in:
parent
632c5f18ee
commit
1e69ae1e21
32 changed files with 2952 additions and 2873 deletions
9
src/lib/idle.h
Normal file
9
src/lib/idle.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue