mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
implement cursor and device geometry mapping
This commit is contained in:
parent
d0cf8d0d01
commit
0a97b68278
10 changed files with 186 additions and 5 deletions
|
|
@ -16,6 +16,7 @@ lib_wlr_types = static_library('wlr_types', files(
|
|||
'wlr_xdg_shell_v6.c',
|
||||
'wlr_wl_shell.c',
|
||||
'wlr_compositor.c',
|
||||
'wlr_geometry.c',
|
||||
),
|
||||
include_directories: wlr_inc,
|
||||
dependencies: [wayland_server, pixman, wlr_protos])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue