X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=i3-config-wizard%2Fxcb.h;h=f3e204e8ecf2c60891e56f64d04096a827cef6fa;hp=d51f979a84d5c621445d17ccb32337663164e3bc;hb=HEAD;hpb=2314f107784196d8fc7ee500645dbdf548f91386 diff --git a/i3-config-wizard/xcb.h b/i3-config-wizard/xcb.h index d51f979a..f3e204e8 100644 --- a/i3-config-wizard/xcb.h +++ b/i3-config-wizard/xcb.h @@ -1,8 +1,8 @@ #pragma once /* from X11/keysymdef.h */ -#define XCB_NUM_LOCK 0xff7f +#define XCB_NUM_LOCK 0xff7f -#define xmacro(atom) xcb_atom_t A_ ## atom; +#define xmacro(atom) xcb_atom_t A_##atom; #include "atoms.xmacro" #undef xmacro