Codebase list i3-gaps / 6a2b3a6f-3889-47b0-9491-b7d0979eabd0/upstream i3-config-wizard / i3-config-wizard-atoms.xmacro.h
6a2b3a6f-3889-47b0-9491-b7d0979eabd0/upstream

Tree @6a2b3a6f-3889-47b0-9491-b7d0979eabd0/upstream (Download .tar.gz)

i3-config-wizard-atoms.xmacro.h @6a2b3a6f-3889-47b0-9491-b7d0979eabd0/upstreamraw · history · blame

1
2
3
4
5
6
7
8
// 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)