Convert border_colors.text to float[4]

This commit is contained in:
Drew DeVault 2018-05-03 08:14:17 -04:00
parent 8f06aa7598
commit 58a033d816
4 changed files with 10 additions and 9 deletions

View file

@ -206,7 +206,7 @@ struct bar_config {
struct border_colors {
float border[4];
float background[4];
uint32_t text; // uint32_t because that's the format that cairo uses
float text[4];
float indicator[4];
float child_border[4];
};