summaryrefslogtreecommitdiff
path: root/src/modules/wl_desktop_shell/e_input_method_protocol.h
Commit message (Collapse)AuthorAgeFilesLines
* Add module "wl_text_input" for supporting *wl_text_input* and ↵Seunghun Lee2015-08-201-0/+418
*wl_input_method* protocol in wayland. Summary: this patch allow to use virtual keyboard such as weston-keyboard. it was tested in wayland verion 1.6. Test Plan: <prerequisite> - Configure with --enable-wl-text-input - edit configuration file, e.cfg to enable module wl_text_input. 1. run enlightenment as a wayland display server. 2. run weston-keyboard. 3. run weston-editor. Reviewers: raster, Sergeant_Whitespace, devilhorns, zmike Reviewed By: zmike Subscribers: ManMower, Sergeant_Whitespace, cedric, jihoon Differential Revision: https://phab.enlightenment.org/D2275