mirror of
https://github.com/swaywm/sway.git
synced 2025-11-03 09:01:43 -05:00
Initial pass on HiDPI support
This commit is contained in:
parent
a5af3bce98
commit
6ea02f3064
6 changed files with 34 additions and 14 deletions
|
|
@ -81,6 +81,7 @@ struct output_config {
|
|||
int enabled;
|
||||
int width, height;
|
||||
int x, y;
|
||||
int scale;
|
||||
char *background;
|
||||
char *background_option;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue