From 98aa59fdda5fcc9a589e93f7c6ef40d3eaee3972 Mon Sep 17 00:00:00 2001 From: Zandr Martin Date: Sat, 30 Jul 2016 18:50:13 -0500 Subject: implement solid color rendering for swaybg --- include/bar/config.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/bar/config.h') diff --git a/include/bar/config.h b/include/bar/config.h index c957caa7..934116ca 100644 --- a/include/bar/config.h +++ b/include/bar/config.h @@ -5,6 +5,7 @@ #include #include "list.h" +#include "util.h" /** * Colors for a box with background, border and text colors. @@ -47,11 +48,6 @@ struct config { } colors; }; -/** - * Parse colors defined as hex string to uint32_t. - */ -uint32_t parse_color(const char *color); - /** * Parse position top|bottom|left|right. */ -- cgit v1.2.3-54-g00ecf