examples/input-method-keyboard-grab: new example

This commit is contained in:
xdavidwu 2020-07-08 10:48:29 +02:00 committed by Simon Ser
parent 595f324f8b
commit 842df2bd6c
2 changed files with 224 additions and 0 deletions

View file

@ -170,6 +170,13 @@ clients = {
'dep': wlroots,
'proto': ['wlr-virtual-pointer-unstable-v1'],
},
'input-method-keyboard-grab': {
'src': 'input-method-keyboard-grab.c',
'dep': xkbcommon,
'proto': [
'input-method-unstable-v2',
],
},
}
foreach name, info : compositors