aboutsummaryrefslogtreecommitdiffstats
path: root/include/bar/config.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-07-30 23:28:02 -0400
committerLibravatar GitHub <noreply@github.com>2016-07-30 23:28:02 -0400
commit44a4905466599155fb7203a585dfca1ce1720b33 (patch)
treea7acb9aab8520040d49be04184d70984a66b95e7 /include/bar/config.h
parentMerge pull request #803 from zandrmartin/x11-pids (diff)
parentimplement solid color rendering for swaybg (diff)
downloadsway-44a4905466599155fb7203a585dfca1ce1720b33.tar.gz
sway-44a4905466599155fb7203a585dfca1ce1720b33.tar.zst
sway-44a4905466599155fb7203a585dfca1ce1720b33.zip
Merge pull request #805 from zandrmartin/swaybg-solid-color0.9-rc3
implement solid color rendering for swaybg
Diffstat (limited to 'include/bar/config.h')
-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 @@
5#include <stdbool.h> 5#include <stdbool.h>
6 6
7#include "list.h" 7#include "list.h"
8#include "util.h"
8 9
9/** 10/**
10 * Colors for a box with background, border and text colors. 11 * Colors for a box with background, border and text colors.
@@ -48,11 +49,6 @@ struct config {
48}; 49};
49 50
50/** 51/**
51 * Parse colors defined as hex string to uint32_t.
52 */
53uint32_t parse_color(const char *color);
54
55/**
56 * Parse position top|bottom|left|right. 52 * Parse position top|bottom|left|right.
57 */ 53 */
58uint32_t parse_position(const char *position); 54uint32_t parse_position(const char *position);