Codebase list i3-gaps / f9eeaa1c-77c8-48dd-b057-f95dc8b1f8eb/upstream i3-config-wizard / xcb.h
f9eeaa1c-77c8-48dd-b057-f95dc8b1f8eb/upstream

Tree @f9eeaa1c-77c8-48dd-b057-f95dc8b1f8eb/upstream (Download .tar.gz)

xcb.h @f9eeaa1c-77c8-48dd-b057-f95dc8b1f8eb/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