Add hidpi support to swaybar

This commit is contained in:
Drew DeVault 2018-04-03 21:06:28 -04:00
parent deb63eda88
commit 2605950769
3 changed files with 173 additions and 69 deletions

View file

@ -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;
};