varlist: move to a separate header, add join

This commit is contained in:
vaxerski
2023-09-12 16:46:22 +01:00
parent 5cc53c14d9
commit 2e34548aea
4 changed files with 90 additions and 69 deletions

View File

@@ -37,6 +37,8 @@
#define PI 3.14159265358979
#define STRVAL_EMPTY "[[EMPTY]]"
#define LISTENER(name) \
void listener_##name(wl_listener*, void*); \
inline wl_listener listen_##name = {.notify = listener_##name}