aboutsummaryrefslogtreecommitdiff
path: root/include/bar
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-07-30 23:28:02 -0400
committerGitHub <noreply@github.com>2016-07-30 23:28:02 -0400
commit44a4905466599155fb7203a585dfca1ce1720b33 (patch)
treea7acb9aab8520040d49be04184d70984a66b95e7 /include/bar
parent2e4ece65da7e2afe5da1d3347c88bda48b1efa90 (diff)
parent98aa59fdda5fcc9a589e93f7c6ef40d3eaee3972 (diff)
Merge pull request #805 from zandrmartin/swaybg-solid-color
implement solid color rendering for swaybg
Diffstat (limited to 'include/bar')
-rw-r--r--include/bar/config.h6
1 files changed, 1 insertions, 5 deletions
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 <stdbool.h>
#include "list.h"
+#include "util.h"
/**
* Colors for a box with background, border and text colors.
@@ -48,11 +49,6 @@ struct config {
};
/**
- * Parse colors defined as hex string to uint32_t.
- */
-uint32_t parse_color(const char *color);
-
-/**
* Parse position top|bottom|left|right.
*/
uint32_t parse_position(const char *position);