crywl/src/lib/mgrs.h

12 lines
441 B
C
Raw Normal View History

2025-08-27 16:36:00 +10:00
#ifndef CRYWL_MGRS_H
#define CRYWL_MGRS_H
/* ===== Function Declarations ===== */
static void outputmgrapply(struct wl_listener *listener, void *data);
static void outputmgrapplyortest(struct wlr_output_configuration_v1 *config,
int test);
static void outputmgrtest(struct wl_listener *listener, void *data);
static void powermgrsetmode(struct wl_listener *listener, void *data);
#endif /* CRYWL_MGRS_H */