diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-01-23 06:17:18 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-01-23 06:17:18 +0000 |
commit | 5279f0ae745e91e24299faa254f4c4375971114e (patch) | |
tree | 013c1d2a26d499b1ea3417ce9ff754af16014804 /widget_bar.c | |
parent | 2b191ce8986564f905535c23fcd70f85309d3917 (diff) | |
download | lcd4linux-5279f0ae745e91e24299faa254f4c4375971114e.tar.gz |
[lcd4linux @ 2006-01-23 06:17:18 by reinelt]
timer widget added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@623 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_bar.c')
-rw-r--r-- | widget_bar.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/widget_bar.c b/widget_bar.c index 62db084..079e327 100644 --- a/widget_bar.c +++ b/widget_bar.c @@ -1,4 +1,4 @@ -/* $Id: widget_bar.c,v 1.17 2005/12/18 16:18:36 reinelt Exp $ +/* $Id: widget_bar.c,v 1.18 2006/01/23 06:17:18 reinelt Exp $ * * bar widget handling * @@ -21,6 +21,9 @@ * * * $Log: widget_bar.c,v $ + * Revision 1.18 2006/01/23 06:17:18 reinelt + * timer widget added + * * Revision 1.17 2005/12/18 16:18:36 reinelt * GPO's added again * @@ -299,7 +302,7 @@ int widget_bar_quit(WIDGET * Self) WIDGET_CLASS Widget_Bar = { name:"bar", - type:WIDGET_TYPE_VIS, + type:WIDGET_TYPE_RC, init:widget_bar_init, draw:NULL, quit:widget_bar_quit, |