Codebase list i3-gaps / e4c17a3b-021a-46dc-95e9-95ceb8e3d050/main i3-config-wizard / xcb.h
e4c17a3b-021a-46dc-95e9-95ceb8e3d050/main

Tree @e4c17a3b-021a-46dc-95e9-95ceb8e3d050/main (Download .tar.gz)

xcb.h @e4c17a3b-021a-46dc-95e9-95ceb8e3d050/mainraw · 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