aboutsummaryrefslogtreecommitdiff
path: root/src/bardata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bardata.h')
-rw-r--r--src/bardata.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/bardata.h b/src/bardata.h
index 874f7c6..426f736 100644
--- a/src/bardata.h
+++ b/src/bardata.h
@@ -1,9 +1,14 @@
#ifndef BAR_H
#define BAR_H
-#include "pipe.h"
+
#include <inttypes.h>
-typedef uint32_t color_t;
+#include <X11/Xft/Xft.h>
+
+#include "pipe.h"
+
+typedef XftColor color_t;
+
typedef enum {
SIDE_LEFT,
SIDE_CENTER,