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