mirror of
https://github.com/i3/i3.git
synced 2025-10-29 11:25:59 +00:00
This works better with meson, where .h files can be declared as being part of an executable easily, but I couldn’t find a way to declare e.g. include/atoms.xmacro as a dependency. related to #4086
9 lines
202 B
C
9 lines
202 B
C
// clang-format off
|
|
#define CONFIG_WIZARD_ATOMS_XMACRO \
|
|
xmacro(_NET_WM_NAME) \
|
|
xmacro(_NET_WM_WINDOW_TYPE) \
|
|
xmacro(_NET_WM_WINDOW_TYPE_DIALOG) \
|
|
xmacro(ATOM) \
|
|
xmacro(CARDINAL) \
|
|
xmacro(UTF8_STRING)
|