mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-08 08:21:12 -04:00
Add scale parameter
This commit is contained in:
parent
3321daef98
commit
a13c18b761
3 changed files with 13 additions and 1 deletions
2
server.h
2
server.h
|
|
@ -51,6 +51,8 @@ struct cg_server {
|
|||
bool xdg_decoration;
|
||||
bool allow_vt_switch;
|
||||
enum wl_output_transform output_transform;
|
||||
|
||||
float scale;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue