mirror of https://github.com/polybar/polybar.git
fix(build): Size type
This commit is contained in:
parent
ebf1bd1129
commit
83ef8bcd0c
|
@ -64,7 +64,7 @@ struct bar_settings {
|
||||||
|
|
||||||
edge origin{edge::BOTTOM};
|
edge origin{edge::BOTTOM};
|
||||||
|
|
||||||
size size{0, 0};
|
struct size size{0, 0};
|
||||||
position pos{0, 0};
|
position pos{0, 0};
|
||||||
position offset{0, 0};
|
position offset{0, 0};
|
||||||
position center{0, 0};
|
position center{0, 0};
|
||||||
|
|
Loading…
Reference in New Issue