diff options
author | David Eklov <david.eklov@gmail.com> | 2016-07-10 22:47:10 -0500 |
---|---|---|
committer | David Eklov <david.eklov@gmail.com> | 2016-07-14 17:18:01 -0500 |
commit | c805e42635f3935ccf0ce927143433b94c78a3e7 (patch) | |
tree | e5b5a1da0669ab99d8a9ee32d4146689d72de87d /include/bar/bar.h | |
parent | 103954dd2b7bc54140f19ceda2508f17b1cf5427 (diff) |
Extract workspace size computation from render_workspace_button()
Also remove some unnecessary strtup()s and rename a few variables and functions.
Diffstat (limited to 'include/bar/bar.h')
-rw-r--r-- | include/bar/bar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bar/bar.h b/include/bar/bar.h index c20efc55..a3c511d9 100644 --- a/include/bar/bar.h +++ b/include/bar/bar.h @@ -32,6 +32,9 @@ struct workspace { bool urgent; }; +/** Global bar state */ +extern struct bar swaybar; + /** * Setup bar. */ |