virtual-pointer: Add support for the wlr-virtual-pointer-unstable-v1

This commit is contained in:
Josef Gajdusek 2019-10-20 16:03:24 +02:00 committed by Simon Ser
parent 21e1953b61
commit a7b538008b
7 changed files with 690 additions and 0 deletions

View file

@ -143,6 +143,11 @@ clients = {
'dep': [wlroots],
'proto': ['wlr-foreign-toplevel-management-unstable-v1'],
},
'virtual-pointer': {
'src': 'virtual-pointer.c',
'dep': wlroots,
'proto': ['wlr-virtual-pointer-unstable-v1'],
},
}
foreach name, info : compositors