aboutsummaryrefslogtreecommitdiffstats
path: root/widget_gpo.c
diff options
context:
space:
mode:
authorvolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-03-23 17:22:24 +0000
committervolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-03-23 17:22:24 +0000
commit33422af5b63a50e337da8817ad02639a33f6ea5e (patch)
treecf463a8f292bfb52757c5413a8b8e628ac5f7605 /widget_gpo.c
parent14e0be7a792ccf87e2e377501fa6e0de8836c1d5 (diff)
downloadlcd4linux-33422af5b63a50e337da8817ad02639a33f6ea5e.tar.gz
test intersection of (displayable) widgets
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@996 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_gpo.c')
-rw-r--r--widget_gpo.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/widget_gpo.c b/widget_gpo.c
index ebae5fa..1a0d52d 100644
--- a/widget_gpo.c
+++ b/widget_gpo.c
@@ -22,7 +22,7 @@
*
*/
-/*
+/*
* exported functions:
*
* WIDGET_CLASS Widget_GPO
@@ -96,6 +96,9 @@ int widget_gpo_init(WIDGET * Self)
free(section);
Self->data = GPO;
+ /* no display dimension */
+ Self->x2 = NOCOORD;
+ Self->y2 = NOCOORD;
/* fire it the first time */
widget_gpo_update(Self);