aboutsummaryrefslogtreecommitdiffstats
path: root/widget_bar.h
diff options
context:
space:
mode:
authormjona <mjona@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-12-22 10:48:01 +0000
committermjona <mjona@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-12-22 10:48:01 +0000
commit67c14024676121002c6373742d196e2f96af6f96 (patch)
treec5c70e1b300270ec85e23758e257511d9f105703 /widget_bar.h
parent2362171db08c991723ff6f8bb7107d134aa96182 (diff)
downloadlcd4linux-67c14024676121002c6373742d196e2f96af6f96.tar.gz
All compilation related issues in the headers have been fixed. Now each header compiles with no warnings as a standalone file.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1164 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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;