MAJOR REFACTOR (IN PROGRESS)

This commit is contained in:
Emile Clark-Boman 2025-08-27 16:36:00 +10:00
parent 632c5f18ee
commit 1e69ae1e21
32 changed files with 2952 additions and 2873 deletions

9
src/lib/decoration.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef CRYWL_DECORATION_H
#define CRYWL_DECORATION_H
/* ===== Function Declarations ===== */
static void createdecoration(struct wl_listener *listener, void *data);
static void destroydecoration(struct wl_listener *listener, void *data);
static void requestdecorationmode(struct wl_listener *listener, void *data);
#endif /* CRYWL_DECORATION_H */