ecore_wayland: Add a new API to get keymap - ecore_wl_input_keymap_get()
authorJengHyun Kang <jhyuni.kang@samsung.com>
Thu, 24 Mar 2016 12:53:15 +0000 (08:53 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Thu, 24 Mar 2016 12:53:15 +0000 (08:53 -0400)
commit1a27f1274e12ce6c9dfeb6a0e7170d714917eb7c
tree4a37b80343f7974054e909ab6241e7eeafd6d35d
parent161883291c38e14f719a87c27fde78b9860644ed
ecore_wayland: Add a new API to get keymap  - ecore_wl_input_keymap_get()

Summary:
Each Ecore_Wl_Input structure has there own keymap.
         This keymap is struct xkb_keymap used in libxkbcommon lib and
         the client can get this keymap from server in wayland system.
         So if the client want to get keymap and use some libxkbcommon APIs,
         use this API to get keymap.

Test Plan: Use this api after initialize wayland system.

Reviewers: raster, zmike, ManMower, devilhorns

Reviewed By: devilhorns

Subscribers: input.hacker, ohduna, cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3819
src/lib/ecore_wayland/Ecore_Wayland.h
src/lib/ecore_wayland/ecore_wl_input.c