aboutsummaryrefslogtreecommitdiffstats
path: root/widget_bar.h
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-12-25 17:06:14 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2011-12-25 17:06:14 +0000
commit75a1dbb939d4c3769aa7557eb452ce3fb1c50ac3 (patch)
treee90bec13ea69312cfc28f8bc5a9471ab1f8236d3 /widget_bar.h
parentf795cfb6272a25cc2547f63ce87d223a6f6d5c7b (diff)
parentbf9af8ac0ec29b5c03717c21c37bc8ca018066ca (diff)
downloadlcd4linux-75a1dbb939d4c3769aa7557eb452ce3fb1c50ac3.tar.gz
- includes updates for D4D driver.
- fixes compilation warnings. * Update libmysqlclient-dev virtual package in build-depends, thanks to Clint Byrum (Closes: #652132)
Diffstat (limited to 'widget_bar.h')
-rw-r--r--widget_bar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/widget_bar.h b/widget_bar.h
index c50cb6d..ba8a55f 100644
--- a/widget_bar.h
+++ b/widget_bar.h
@@ -1,4 +1,4 @@
-/* $Id: widget_bar.h 840 2007-09-09 12:17:42Z michael $
+/* $Id: widget_bar.h 1164 2011-12-22 10:48:01Z mjona $
* $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/widget_bar.h $
*
* bar widget handling
@@ -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;