mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
relative_pointer: create skeleton and build
Add protocol, header and type files to build. Create skeleton structs, creator and destroyer, and define implementations.
This commit is contained in:
parent
82d36025e1
commit
3a3d1b6617
6 changed files with 178 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ lib_wlr_types = static_library(
|
|||
'wlr_primary_selection.c',
|
||||
'wlr_region.c',
|
||||
'wlr_screencopy_v1.c',
|
||||
'wlr_relative_pointer_v1.c',
|
||||
'wlr_screenshooter.c',
|
||||
'wlr_server_decoration.c',
|
||||
'wlr_surface.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue