From db7a589374a1967a0f11ca2b0d72fe6d5fdf87c6 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Wed, 15 Jul 2015 21:48:34 +0200 Subject: Add fake key event generation to server To test the UI on the client... --- tools/generate-input-keycodes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/generate-input-keycodes.sh') 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[] = { -- cgit v1.2.3