Merge pull request #1423 from emersion/data-control

Implement data-control-unstable-v1
This commit is contained in:
Drew DeVault 2019-01-06 22:41:35 -05:00 committed by GitHub
commit e61ea7706b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 705 additions and 7 deletions

View file

@ -27,6 +27,7 @@ lib_wlr_types = static_library(
'wlr_buffer.c',
'wlr_compositor.c',
'wlr_cursor.c',
'wlr_data_control_v1.c',
'wlr_export_dmabuf_v1.c',
'wlr_foreign_toplevel_management_v1.c',
'wlr_gamma_control_v1.c',