Implement foreign-toplevel-info-v1

This commit is contained in:
Isaac Freund 2021-01-02 13:06:51 +01:00
parent eb30cde777
commit e9ae795c2c
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11
5 changed files with 812 additions and 0 deletions

View file

@ -44,6 +44,7 @@ protocols = {
'wlr-output-power-management-unstable-v1': 'wlr-output-power-management-unstable-v1.xml',
'wlr-screencopy-unstable-v1': 'wlr-screencopy-unstable-v1.xml',
'wlr-virtual-pointer-unstable-v1': 'wlr-virtual-pointer-unstable-v1.xml',
'foreign-toplevel-info-unstable-v1': 'foreign-toplevel-info-unstable-v1.xml',
}
protocols_code = {}