Codebase list i3-gaps / b04334f8-c5d2-4b68-bab6-8fb721c2dcd4/main i3-config-wizard / xcb.h
b04334f8-c5d2-4b68-bab6-8fb721c2dcd4/main

Tree @b04334f8-c5d2-4b68-bab6-8fb721c2dcd4/main (Download .tar.gz)

xcb.h @b04334f8-c5d2-4b68-bab6-8fb721c2dcd4/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