wlroots: add basic support for zwp_input_method_v2

Implemented basic input method functionality. Not included: popups, grabbing.
This commit is contained in:
Dorota Czaplejewicz 2018-08-23 11:38:39 +02:00
parent 174e8a48aa
commit cec7471119
8 changed files with 1283 additions and 1 deletions

View file

@ -94,6 +94,10 @@ examples = {
'src': 'toplevel-decoration.c',
'dep': [wayland_client, wlr_protos, wlroots],
},
'input-method': {
'src': 'input-method.c',
'dep': [wayland_client, wlr_protos, wlroots],
},
'text-input': {
'src': 'text-input.c',
'dep': [wayland_cursor, wayland_client, wlr_protos, wlroots],