2013-12-29 03:11:50 +01:00
|
|
|
#pragma once
|
2011-07-24 22:14:12 +02:00
|
|
|
|
|
|
|
/* from X11/keysymdef.h */
|
2014-06-19 11:20:32 +02:00
|
|
|
#define XCB_NUM_LOCK 0xff7f
|
2011-07-24 22:14:12 +02:00
|
|
|
|
2014-06-19 11:20:32 +02:00
|
|
|
#define xmacro(atom) xcb_atom_t A_##atom;
|
2011-07-27 13:28:32 +02:00
|
|
|
#include "atoms.xmacro"
|
|
|
|
#undef xmacro
|