mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Initial pass on wlr_seat
This commit is contained in:
parent
e7fa4f12e1
commit
af5db7a44c
3 changed files with 216 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ lib_wlr_types = static_library('wlr_types', files(
|
|||
'wlr_output.c',
|
||||
'wlr_pointer.c',
|
||||
'wlr_region.c',
|
||||
'wlr_seat.c',
|
||||
'wlr_surface.c',
|
||||
'wlr_tablet_pad.c',
|
||||
'wlr_tablet_tool.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue