mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
examples/input-method-keyboard-grab: new example
This commit is contained in:
parent
595f324f8b
commit
842df2bd6c
2 changed files with 224 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue