2013-12-29 06:11:50 +04:00
|
|
|
#pragma once
|
2011-07-25 00:14:12 +04:00
|
|
|
|
|
|
|
/* from X11/keysymdef.h */
|
2014-06-19 13:20:32 +04:00
|
|
|
#define XCB_NUM_LOCK 0xff7f
|
2011-07-25 00:14:12 +04:00
|
|
|
|
2020-05-17 17:38:43 +03:00
|
|
|
#include "i3-config-wizard-atoms.xmacro.h"
|
|
|
|
|
2014-06-19 13:20:32 +04:00
|
|
|
#define xmacro(atom) xcb_atom_t A_##atom;
|
2020-05-17 17:38:43 +03:00
|
|
|
CONFIG_WIZARD_ATOMS_XMACRO
|
2011-07-27 15:28:32 +04:00
|
|
|
#undef xmacro
|