10 lines
350 B
C
10 lines
350 B
C
|
|
#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 */
|