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:
random human 2018-09-28 04:43:52 +05:30 committed by Alex Maese
parent 82d36025e1
commit 3a3d1b6617
6 changed files with 178 additions and 0 deletions

View file

@ -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',