mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Implement wlr_data_{source,device,device_manager}
This commit is contained in:
parent
e5fd858394
commit
86314caa5b
8 changed files with 398 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
lib_wlr_types = static_library('wlr_types', files(
|
||||
'wlr_data_device_manager.c',
|
||||
'wlr_data_source.c',
|
||||
'wlr_input_device.c',
|
||||
'wlr_keyboard.c',
|
||||
'wlr_output.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue