summaryrefslogtreecommitdiff
path: root/shared.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2015-07-24 11:27:07 +0200
committerDavid Härdeman <david@hardeman.nu>2015-07-24 11:27:07 +0200
commitcf94c763b15d7fc98d5e3f16ddbfcd8b79b99536 (patch)
treed491bb31ec5a262395e30704871df2f01f48247f /shared.h
parent10836ae78302aa778553300167f6cdebdf8d884b (diff)
Interim protocol support...
Diffstat (limited to 'shared.h')
-rw-r--r--shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared.h b/shared.h
index dda43ff..7dfcfca 100644
--- a/shared.h
+++ b/shared.h
@@ -9,7 +9,7 @@
#define REMOTE_LAYOUT_MAX_WIDTH 1000
#define REMOTE_LAYOUT_MAX_HEIGHT 1000
-extern const char *rc_protocols[];
+extern const char *rc_protocols[20];
struct linux_input_keycode {
const char *name;