Add scale parameter

This commit is contained in:
Julien Langlois 2021-12-16 00:22:56 -05:00
parent 3321daef98
commit a13c18b761
3 changed files with 13 additions and 1 deletions

View file

@ -51,6 +51,8 @@ struct cg_server {
bool xdg_decoration;
bool allow_vt_switch;
enum wl_output_transform output_transform;
float scale;
};
#endif