summaryrefslogtreecommitdiff
path: root/linux-input-keycodes.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2015-07-15 19:27:33 +0200
committerDavid Härdeman <david@hardeman.nu>2015-07-15 19:27:33 +0200
commit02dee330f76ea0361dba8a049529e978bb80013c (patch)
treeeff7c33cf229180ced2b43520b068ee654dcdcfa /linux-input-keycodes.h
parent35234714a0a51ae7f77cde26a76678d52b7eaeeb (diff)
Improve keymap parsing in server
Diffstat (limited to 'linux-input-keycodes.h')
-rw-r--r--linux-input-keycodes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-input-keycodes.h b/linux-input-keycodes.h
index 509aa52..4ef6bd3 100644
--- a/linux-input-keycodes.h
+++ b/linux-input-keycodes.h
@@ -3,6 +3,10 @@
#include "linux-input-enum.h"
+#ifndef cairo_surface_t
+typedef void * cairo_surface_t;
+#endif
+
struct linux_input_keycode {
const char *name;
enum linux_input_keyval value;