9 lines
206 B
C
9 lines
206 B
C
#ifndef DIYAC_IDLE_H
|
|
#define DIYAC_IDLE_H
|
|
|
|
struct wl_display;
|
|
struct wlr_seat;
|
|
|
|
void diya_init_idle_manager(struct wl_display *display);
|
|
void diya_idle_manager_notify_activity(struct wlr_seat *seat);
|
|
#endif |