REFACTOR "STASH" (nowhere near working btw)
This commit is contained in:
parent
8dfe3b2f25
commit
ab3942d3b5
25 changed files with 1021 additions and 845 deletions
|
|
@ -2,11 +2,8 @@
|
|||
#define CRYWL_NOTIFY_H
|
||||
|
||||
/* ===== Function Declarations ===== */
|
||||
static void axisnotify(struct wl_listener *listener, void *data);
|
||||
static void commitlayersurfacenotify(struct wl_listener *listener, void *data);
|
||||
static void commitnotify(struct wl_listener *listener, void *data);
|
||||
static void createnotify(struct wl_listener *listener, void *data);
|
||||
static void destroylayersurfacenotify(struct wl_listener *listener, void *data);
|
||||
static void destroynotify(struct wl_listener *listener, void *data);
|
||||
static void fullscreennotify(struct wl_listener *listener, void *data);
|
||||
static void mapnotify(struct wl_listener *listener, void *data);
|
||||
|
|
@ -14,7 +11,6 @@ static void maximizenotify(struct wl_listener *listener, void *data);
|
|||
static void motionnotify(uint32_t time, struct wlr_input_device *device,
|
||||
double sx, double sy, double sx_unaccel,
|
||||
double sy_unaccel);
|
||||
static void unmaplayersurfacenotify(struct wl_listener *listener, void *data);
|
||||
static void unmapnotify(struct wl_listener *listener, void *data);
|
||||
|
||||
#endif /* CRYWL_NOTIFY_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue