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
|
|
@ -8,6 +8,7 @@ struct output_config {
|
|||
char *name;
|
||||
enum wl_output_transform transform;
|
||||
int x, y;
|
||||
int scale;
|
||||
struct wl_list link;
|
||||
struct {
|
||||
int width, height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue