X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3-config-wizard%2Fxcb.h;h=f3e204e8ecf2c60891e56f64d04096a827cef6fa;hb=f2209a873c47d651c2e87b4ee4ebf203e99fa6ab;hp=372ed161c775461bf25cffe0535e774194de0eb1;hpb=2bf7793d4d241efca25c452b5c8a5897b2a29da3;p=i3%2Fi3 diff --git a/i3-config-wizard/xcb.h b/i3-config-wizard/xcb.h index 372ed161..f3e204e8 100644 --- a/i3-config-wizard/xcb.h +++ b/i3-config-wizard/xcb.h @@ -1,11 +1,8 @@ -#ifndef I3_XCB_H -#define I3_XCB_H +#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 - -#endif