mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Consider scale factor when rendering views
This commit is contained in:
parent
03c0d41ca9
commit
a7446792a1
7 changed files with 32 additions and 6 deletions
|
|
@ -48,6 +48,7 @@ enum roots_view_type {
|
|||
|
||||
struct roots_view {
|
||||
struct roots_desktop *desktop;
|
||||
struct roots_output *output;
|
||||
double x, y;
|
||||
float rotation;
|
||||
// TODO: Something for roots-enforced width/height
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue