mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
protocol: add drm.xml
This is Mesa's legacy wl_drm protocol. It will eventually get replaced with linux-dmabuf, however right now it's the only way to get the DRM device used by the parent compositor.
This commit is contained in:
parent
7036dceb0e
commit
8f065810f6
2 changed files with 190 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ protocols = {
|
|||
'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',
|
||||
# Other protocols
|
||||
'drm': 'drm.xml',
|
||||
'gtk-primary-selection': 'gtk-primary-selection.xml',
|
||||
'kde-idle': 'idle.xml',
|
||||
'kde-server-decoration': 'server-decoration.xml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue