mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Split tablet_v2 implementation for easier maintainance
This commit is contained in:
parent
2c12011472
commit
fa39fd178d
6 changed files with 1579 additions and 2 deletions
|
|
@ -43,7 +43,10 @@ lib_wlr_types = static_library(
|
|||
'wlr_screenshooter.c',
|
||||
'wlr_server_decoration.c',
|
||||
'wlr_surface.c',
|
||||
'wlr_tablet_v2.c',
|
||||
'tablet_v2/wlr_tablet_v2.c',
|
||||
'tablet_v2/wlr_tablet_v2_pad.c',
|
||||
'tablet_v2/wlr_tablet_v2_tablet.c',
|
||||
'tablet_v2/wlr_tablet_v2_tool.c',
|
||||
'wlr_tablet_pad.c',
|
||||
'wlr_tablet_tool.c',
|
||||
'wlr_tablet_tool_tool.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue