Codebase list i3-gaps / 17365f38-87c3-4c57-bf40-6d85dccc2a78/main i3-config-wizard / xcb.h
17365f38-87c3-4c57-bf40-6d85dccc2a78/main

Tree @17365f38-87c3-4c57-bf40-6d85dccc2a78/main (Download .tar.gz)

xcb.h @17365f38-87c3-4c57-bf40-6d85dccc2a78/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