mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Add hidpi support to swaybar
This commit is contained in:
parent
deb63eda88
commit
2605950769
3 changed files with 173 additions and 69 deletions
|
|
@ -58,6 +58,7 @@ struct swaybar_output {
|
|||
bool focused;
|
||||
|
||||
uint32_t width, height;
|
||||
int32_t scale;
|
||||
struct pool_buffer buffers[2];
|
||||
struct pool_buffer *current_buffer;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue