Added output rotation example

This commit is contained in:
Scott Anderson 2017-06-05 22:48:51 +12:00
parent 6298351d83
commit c97de93fe1
4 changed files with 415 additions and 2 deletions

View file

@ -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
)