Ecore Evas VNC: Increase keytable size.

Summary:
New keys were added to the keytable, however since VNC will not
notify the VNC server about these new key types we will simple
increase the array size and keep the compiler happy.

Reviewers: cedric, barbieri, bdilly, jpeg

Reviewed By: jpeg

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4434
This commit is contained in:
Guilherme Iscaro 2016-12-01 10:39:47 +09:00 committed by Jean-Philippe Andre
parent cc4e835f81
commit 619540fcc0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <limits.h>
#include <Ecore_Input.h>
static const char *_ecore_fb_li_kbd_syms[128 * 7] =
static const char *_ecore_fb_li_kbd_syms[144 * 7] =
{
#include <ecore_fb_keytable.h>
};