mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-10 04:27:51 -05:00
Create & implement transient seat protocol
This commit is contained in:
parent
435ca39960
commit
3a91dc1b48
4 changed files with 225 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ protocols = {
|
|||
'xdg-foreign-unstable-v1': wl_protocol_dir / 'unstable/xdg-foreign/xdg-foreign-unstable-v1.xml',
|
||||
'xdg-foreign-unstable-v2': wl_protocol_dir / 'unstable/xdg-foreign/xdg-foreign-unstable-v2.xml',
|
||||
'xdg-output-unstable-v1': wl_protocol_dir / 'unstable/xdg-output/xdg-output-unstable-v1.xml',
|
||||
'ext-transient-seat-v1': wl_protocol_dir / 'staging/ext-transient-seat/ext-transient-seat-v1.xml',
|
||||
|
||||
# Other protocols
|
||||
'drm': 'drm.xml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue