mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
add wlr_cursor basic implementation
This commit is contained in:
parent
48fa59c22e
commit
e3d47376dc
7 changed files with 450 additions and 73 deletions
|
|
@ -6,6 +6,7 @@ lib_wlr_types = static_library('wlr_types', files(
|
|||
'wlr_output.c',
|
||||
'wlr_output_layout.c',
|
||||
'wlr_pointer.c',
|
||||
'wlr_cursor.c',
|
||||
'wlr_region.c',
|
||||
'wlr_seat.c',
|
||||
'wlr_surface.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue