Codebase list i3-gaps / 45d56664-73be-460d-8b25-6910c24fc6ca/upstream i3-config-wizard / xcb.h
45d56664-73be-460d-8b25-6910c24fc6ca/upstream

Tree @45d56664-73be-460d-8b25-6910c24fc6ca/upstream (Download .tar.gz)

xcb.h @45d56664-73be-460d-8b25-6910c24fc6ca/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