aboutsummaryrefslogtreecommitdiffstats
path: root/include/bar
diff options
context:
space:
mode:
authorLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-04-24 20:35:21 +0300
committerLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-04-24 20:35:21 +0300
commit0f1cfdec617d122afbc87eb6466d5d2e5c348259 (patch)
tree929117e8a3276b240b59262e0809eb51c949eb42 /include/bar
parentFix line length calculation (diff)
downloadsway-0f1cfdec617d122afbc87eb6466d5d2e5c348259.tar.gz
sway-0f1cfdec617d122afbc87eb6466d5d2e5c348259.tar.zst
sway-0f1cfdec617d122afbc87eb6466d5d2e5c348259.zip
Renamed to pango_markup
Diffstat (limited to 'include/bar')
-rw-r--r--include/bar/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bar/config.h b/include/bar/config.h
index 27e0ec29..c0e3d2a7 100644
--- a/include/bar/config.h
+++ b/include/bar/config.h
@@ -20,7 +20,7 @@ struct box_colors {
20 */ 20 */
21struct config { 21struct config {
22 char *status_command; 22 char *status_command;
23 bool plaintext_markup; 23 bool pango_markup;
24 uint32_t position; 24 uint32_t position;
25 char *font; 25 char *font;
26 char *sep_symbol; 26 char *sep_symbol;