Add wlr_primary_selection_device_manager and wlr_primary_selection_source

This commit is contained in:
emersion 2017-12-22 19:20:12 +01:00
parent 0a370c5298
commit 0a171d3ace
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 391 additions and 0 deletions

View file

@ -23,6 +23,7 @@ wayland_scanner_client = generator(
protocols = [
[wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
'gamma-control.xml',
'gtk-primary-selection.xml',
'screenshooter.xml',
'server-decoration.xml',
]
@ -30,6 +31,7 @@ protocols = [
client_protocols = [
[wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
'gamma-control.xml',
'gtk-primary-selection.xml',
'screenshooter.xml',
'server-decoration.xml',
]