labwc/include/idle.h
John Lindgren 1844eff815 idle_manager: remove unused parameter and field
wlr_seat isn't used anywhere.
2025-09-06 16:18:39 -04:00

11 lines
263 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_IDLE_H
#define LABWC_IDLE_H
struct wl_display;
struct wlr_seat;
void idle_manager_create(struct wl_display *display);
void idle_manager_notify_activity(struct wlr_seat *seat);
#endif /* LABWC_IDLE_H */