jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=619540fcc0bd1c4a577660937a7d55b5283c00c5

commit 619540fcc0bd1c4a577660937a7d55b5283c00c5
Author: Guilherme Iscaro <[email protected]>
Date:   Thu Dec 1 10:39:47 2016 +0900

    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
---
 src/modules/ecore_evas/vnc_server/ecore_evas_vnc_server_fb_keymap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/modules/ecore_evas/vnc_server/ecore_evas_vnc_server_fb_keymap.c 
b/src/modules/ecore_evas/vnc_server/ecore_evas_vnc_server_fb_keymap.c
index 33f9d210..36497ca 100644
--- a/src/modules/ecore_evas/vnc_server/ecore_evas_vnc_server_fb_keymap.c
+++ b/src/modules/ecore_evas/vnc_server/ecore_evas_vnc_server_fb_keymap.c
@@ -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>
 };

-- 


Reply via email to