2012-09-22 07:31:08 -04:00
|
|
|
#ifndef I3_XCB_H
|
|
|
|
#define I3_XCB_H
|
2011-07-24 16:14:12 -04:00
|
|
|
|
|
|
|
/* from X11/keysymdef.h */
|
|
|
|
#define XCB_NUM_LOCK 0xff7f
|
|
|
|
|
2011-07-27 07:28:32 -04:00
|
|
|
#define xmacro(atom) xcb_atom_t A_ ## atom;
|
|
|
|
#include "atoms.xmacro"
|
|
|
|
#undef xmacro
|
|
|
|
|
2011-07-24 16:14:12 -04:00
|
|
|
#endif
|