aboutsummaryrefslogtreecommitdiffstats
path: root/widget_bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'widget_bar.h')
-rw-r--r--widget_bar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widget_bar.h b/widget_bar.h
index 9f3c280..fcaeb8c 100644
--- a/widget_bar.h
+++ b/widget_bar.h
@@ -29,6 +29,8 @@
#define _WIDGET_BAR_H_
#include "property.h"
+#include "widget.h"
+#include "rgb.h"
typedef enum { DIR_EAST = 1, DIR_WEST = 2, DIR_NORTH = 4, DIR_SOUTH = 8 } DIRECTION;
typedef enum { STYLE_HOLLOW = 1, STYLE_FIRST = 2, STYLE_LAST = 4 } STYLE;