Include xkbcommon-names.h from xkbcommon.h
So clients only have one file to include. Signed-off-by: Daniel Stone <daniel@fooishbar.org>master
parent
3e3ddd43e9
commit
693d0578f2
|
@ -83,6 +83,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <xkbcommon/xkbcommon-names.h>
|
||||
#include <xkbcommon/xkbcommon-keysyms.h>
|
||||
|
||||
#define XKB_KEY_NoSymbol 0L /* special KeySym */
|
||||
|
|
Loading…
Reference in New Issue