mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
Cage: implement output transform
This commit adds the command line switch -r, which rotates the output 90 degrees clockwise and can be specified up to three times.
This commit is contained in:
parent
69872baead
commit
9e6a5ad44f
4 changed files with 20 additions and 6 deletions
1
server.h
1
server.h
|
|
@ -39,6 +39,7 @@ struct cg_server {
|
|||
#endif
|
||||
|
||||
bool xdg_decoration;
|
||||
enum wl_output_transform output_transform;
|
||||
#ifdef DEBUG
|
||||
bool debug_damage_tracking;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue