summaryrefslogtreecommitdiff
path: root/linux-input-keycodes.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2015-07-15 21:48:34 +0200
committerDavid Härdeman <david@hardeman.nu>2015-07-15 21:48:34 +0200
commitdb7a589374a1967a0f11ca2b0d72fe6d5fdf87c6 (patch)
tree194b49a15fd361b2a9cc443b7b213c822f74dce8 /linux-input-keycodes.h
parent02dee330f76ea0361dba8a049529e978bb80013c (diff)
Add fake key event generation to server
To test the UI on the client...
Diffstat (limited to 'linux-input-keycodes.h')
-rw-r--r--linux-input-keycodes.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/linux-input-keycodes.h b/linux-input-keycodes.h
index 4ef6bd3..37021a5 100644
--- a/linux-input-keycodes.h
+++ b/linux-input-keycodes.h
@@ -1,18 +1,15 @@
#ifndef foolinuxinputkeycodesfoo
#define foolinuxinputkeycodesfoo
-#include "linux-input-enum.h"
+/* AUTOGENERATED: DO NOT EDIT */
-#ifndef cairo_surface_t
-typedef void * cairo_surface_t;
-#endif
+#include "linux-input-enum.h"
struct linux_input_keycode {
const char *name;
enum linux_input_keyval value;
bool alias;
- cairo_surface_t *cs;
- //GtkWidget *img;
+ void *cairo_surface;
};
struct linux_input_keycode linux_input_keycodes[] = {