mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Add multi-pointer example
This commit is contained in:
parent
c3b09f73da
commit
044173d1df
5 changed files with 250 additions and 23 deletions
|
|
@ -8,6 +8,8 @@ executable('simple', 'simple.c', dependencies: wlroots, link_with: lib_shared)
|
|||
executable('pointer', 'pointer.c', dependencies: wlroots, link_with: lib_shared)
|
||||
executable('touch', 'touch.c', dependencies: wlroots, link_with: lib_shared)
|
||||
executable('tablet', 'tablet.c', dependencies: wlroots, link_with: lib_shared)
|
||||
executable('multi-pointer', 'multi-pointer.c', dependencies: wlroots,
|
||||
link_with: lib_shared)
|
||||
|
||||
executable(
|
||||
'rotation',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue