e2ebe3e2ae
#pragma once is safer and simpler. According to Wikipedia it's supported by all major compilers.
9 lines
171 B
C
9 lines
171 B
C
#pragma once
|
|
|
|
/* from X11/keysymdef.h */
|
|
#define XCB_NUM_LOCK 0xff7f
|
|
|
|
#define xmacro(atom) xcb_atom_t A_ ## atom;
|
|
#include "atoms.xmacro"
|
|
#undef xmacro
|