mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
Added output rotation example
This commit is contained in:
parent
6298351d83
commit
c97de93fe1
4 changed files with 415 additions and 2 deletions
|
|
@ -10,3 +10,12 @@ target_link_libraries(example
|
|||
wlr-backend
|
||||
wlr-session
|
||||
)
|
||||
|
||||
add_executable(rotation
|
||||
rotation.c
|
||||
)
|
||||
|
||||
target_link_libraries(rotation
|
||||
wlr-backend
|
||||
wlr-session
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue