Codebase list i3-gaps / c4f5cf05-a1de-4d1f-9ca3-e3d4d1594fd4/main i3-config-wizard / xcb.h
c4f5cf05-a1de-4d1f-9ca3-e3d4d1594fd4/main

Tree @c4f5cf05-a1de-4d1f-9ca3-e3d4d1594fd4/main (Download .tar.gz)

xcb.h @c4f5cf05-a1de-4d1f-9ca3-e3d4d1594fd4/mainraw · history · blame

1
2
3
4
5
6
7
8
#pragma once

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

#define xmacro(atom) xcb_atom_t A_##atom;
#include "atoms.xmacro"
#undef xmacro