summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parent02dee330f76ea0361dba8a049529e978bb80013c (diff)
Add fake key event generation to server
To test the UI on the client...
Diffstat (limited to 'tools')
-rwxr-xr-xtools/generate-input-keycodes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/generate-input-keycodes.sh b/tools/generate-input-keycodes.sh
index 96f28ff..51d09e8 100755
--- a/tools/generate-input-keycodes.sh
+++ b/tools/generate-input-keycodes.sh
@@ -31,7 +31,7 @@ struct linux_input_keycode {
const char *name;
enum linux_input_keyval value;
bool alias;
- GtkWidget *img;
+ void *cairo_surface;
};
struct linux_input_keycode linux_input_keycodes[] = {