summaryrefslogtreecommitdiff
path: root/include/xkbcommon/xkbcommon.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-05-09 08:33:04 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-05-09 14:21:15 -0400
commitc6897d2698eaf3716b522bb207b8e052f5722601 (patch)
treefa0ed451055ecc63d05f6910dfb8c46de48b0a12 /include/xkbcommon/xkbcommon.h
parent409ec8a12ef54f3eea704a8234e4cd26928bf87e (diff)
downloadxorg-lib-libxkbcommon-c6897d2698eaf3716b522bb207b8e052f5722601.tar.gz
Add XKB version of X11 keysyms
With this we're now completely standalone. add vendor keysyms
Diffstat (limited to 'include/xkbcommon/xkbcommon.h')
-rw-r--r--include/xkbcommon/xkbcommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xkbcommon/xkbcommon.h b/include/xkbcommon/xkbcommon.h
index 4eeaaca..c80fad8 100644
--- a/include/xkbcommon/xkbcommon.h
+++ b/include/xkbcommon/xkbcommon.h
@@ -83,6 +83,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stddef.h>
#include <stdint.h>
+#include <xkbcommon/xkbcommon-keysyms.h>
+
typedef uint32_t xkb_keycode_t;
typedef uint32_t xkb_keysym_t;
typedef uint32_t xkb_mod_index_t;