mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 14:42:01 -07:00
varlist: move to a separate header, add join
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user