aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-03 21:06:28 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-04-03 21:06:28 -0400
commit260595076977729bcaf9aadcfbbc8c5f269c6387 (patch)
treec102e0391d37aab306e7ac839b50906112491477 /include
parentMerge pull request #1717 from emersion/fix-multiple-outputs (diff)
downloadsway-260595076977729bcaf9aadcfbbc8c5f269c6387.tar.gz
sway-260595076977729bcaf9aadcfbbc8c5f269c6387.tar.zst
sway-260595076977729bcaf9aadcfbbc8c5f269c6387.zip
Add hidpi support to swaybar
Diffstat (limited to 'include')
-rw-r--r--include/swaybar/bar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h
index 74292519..503b961c 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -58,6 +58,7 @@ struct swaybar_output {
58 bool focused; 58 bool focused;
59 59
60 uint32_t width, height; 60 uint32_t width, height;
61 int32_t scale;
61 struct pool_buffer buffers[2]; 62 struct pool_buffer buffers[2];
62 struct pool_buffer *current_buffer; 63 struct pool_buffer *current_buffer;
63}; 64};