diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-04-17 11:35:22 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-04-17 11:36:03 -0400 |
commit | 84fae94ab9ca7fd148c786d224c49205a212882e (patch) | |
tree | d3d3e8a16f96e400ee07cc44e2f9110195bea02a /include/bar | |
parent | 083316c5cec77a20d29857b2c2743cbc6ded827b (diff) | |
download | sway-84fae94ab9ca7fd148c786d224c49205a212882e.tar.xz |
Flesh out pango markup implementation
Diffstat (limited to 'include/bar')
-rw-r--r-- | include/bar/status_line.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bar/status_line.h b/include/bar/status_line.h index 273542dc..f890ff8c 100644 --- a/include/bar/status_line.h +++ b/include/bar/status_line.h @@ -23,6 +23,7 @@ struct status_block { char *name, *instance; bool separator; int separator_block_width; + bool markup; // Airblader features uint32_t background; uint32_t border; |