a01bac13fe
fixes #804
12 lines
200 B
C
12 lines
200 B
C
#ifndef I3_XCB_H
|
|
#define I3_XCB_H
|
|
|
|
/* from X11/keysymdef.h */
|
|
#define XCB_NUM_LOCK 0xff7f
|
|
|
|
#define xmacro(atom) xcb_atom_t A_ ## atom;
|
|
#include "atoms.xmacro"
|
|
#undef xmacro
|
|
|
|
#endif
|