aboutsummaryrefslogtreecommitdiffstats
path: root/widget_text.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_text.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_text.h')
-rw-r--r--widget_text.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/widget_text.h b/widget_text.h
index 858635a..af8b6be 100644
--- a/widget_text.h
+++ b/widget_text.h
@@ -1,4 +1,4 @@
-/* $Id: widget_text.h 1083 2010-01-18 13:12:25Z michael $
+/* $Id: widget_text.h 1164 2011-12-22 10:48:01Z mjona $
* $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/widget_text.h $
*
* simple text widget handling
@@ -29,6 +29,7 @@
#define _WIDGET_TEXT_H_
#include "property.h"
+#include "widget.h"
typedef enum { ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT, ALIGN_MARQUEE, ALIGN_AUTOMATIC, ALIGN_PINGPONG_LEFT,
ALIGN_PINGPONG_CENTER, ALIGN_PINGPONG_RIGHT