Codebase list i3-gaps / d171c773-974f-49ba-bf37-b51ed54405cb/main i3-config-wizard / xcb.h
d171c773-974f-49ba-bf37-b51ed54405cb/main

Tree @d171c773-974f-49ba-bf37-b51ed54405cb/main (Download .tar.gz)

xcb.h @d171c773-974f-49ba-bf37-b51ed54405cb/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