Codebase list i3-gaps / b04334f8-c5d2-4b68-bab6-8fb721c2dcd4/upstream i3-config-wizard / xcb.h
b04334f8-c5d2-4b68-bab6-8fb721c2dcd4/upstream

Tree @b04334f8-c5d2-4b68-bab6-8fb721c2dcd4/upstream (Download .tar.gz)

xcb.h @b04334f8-c5d2-4b68-bab6-8fb721c2dcd4/upstreamraw · history · blame

#pragma once

/* from X11/keysymdef.h */
#define XCB_NUM_LOCK 0xff7f

#include "i3-config-wizard-atoms.xmacro.h"

#define xmacro(atom) xcb_atom_t A_##atom;
CONFIG_WIZARD_ATOMS_XMACRO
#undef xmacro