mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Add zwp-tablet-unstable-v2 client support
This allows wlroots based compositors to properly use graphic tablets with the wayland backend. This should be a decent quality of life improvement when working on tablet related features.
This commit is contained in:
parent
57babd2e13
commit
2285e36b0c
6 changed files with 960 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ backend_files = files(
|
|||
'wayland/backend.c',
|
||||
'wayland/output.c',
|
||||
'wayland/wl_seat.c',
|
||||
'wayland/tablet_v2.c',
|
||||
)
|
||||
|
||||
backend_deps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue