aboutsummaryrefslogtreecommitdiffstats
path: root/widget_bar.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-12-18 16:18:36 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-12-18 16:18:36 +0000
commit0a40256cd918d386d0a7b9955322cf9aa0f9da8b (patch)
tree819babba1e548bbcd9fffef6875593e7ade8b57b /widget_bar.c
parent59524120cfc433dbf1095cf095d8035d21e69784 (diff)
downloadlcd4linux-0a40256cd918d386d0a7b9955322cf9aa0f9da8b.tar.gz
[lcd4linux @ 2005-12-18 16:18:34 by reinelt]
GPO's added again git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@602 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_bar.c')
-rw-r--r--widget_bar.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/widget_bar.c b/widget_bar.c
index 810c69a..62db084 100644
--- a/widget_bar.c
+++ b/widget_bar.c
@@ -1,4 +1,4 @@
-/* $Id: widget_bar.c,v 1.16 2005/05/08 04:32:45 reinelt Exp $
+/* $Id: widget_bar.c,v 1.17 2005/12/18 16:18:36 reinelt Exp $
*
* bar widget handling
*
@@ -21,6 +21,9 @@
*
*
* $Log: widget_bar.c,v $
+ * Revision 1.17 2005/12/18 16:18:36 reinelt
+ * GPO's added again
+ *
* Revision 1.16 2005/05/08 04:32:45 reinelt
* CodingStyle added and applied
*
@@ -296,6 +299,7 @@ int widget_bar_quit(WIDGET * Self)
WIDGET_CLASS Widget_Bar = {
name:"bar",
+ type:WIDGET_TYPE_VIS,
init:widget_bar_init,
draw:NULL,
quit:widget_bar_quit,