aboutsummaryrefslogtreecommitdiffstats
path: root/layout.c
diff options
context:
space:
mode:
authorreinelt <>2004-01-14 11:33:00 +0000
committerreinelt <>2004-01-14 11:33:00 +0000
commitb8448093e2f554744fa5911b2c96174b78f4ae0f (patch)
tree8322150effdcffca715e116498851a2bba00c953 /layout.c
parentb626a0b1272e703d01a8001ddd7bab7b3cd5b6e3 (diff)
downloadlcd4linux-b8448093e2f554744fa5911b2c96174b78f4ae0f.tar.gz
[lcd4linux @ 2004-01-14 11:33:00 by reinelt]
new plugin 'uname' which does what it's called text widget nearly finished first results displayed on MatrixOrbital
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/layout.c b/layout.c
index faa54ee..4f25a7d 100644
--- a/layout.c
+++ b/layout.c
@@ -1,4 +1,4 @@
-/* $Id: layout.c,v 1.5 2004/01/13 08:18:19 reinelt Exp $
+/* $Id: layout.c,v 1.6 2004/01/14 11:33:00 reinelt Exp $
*
* new layouter framework
*
@@ -23,6 +23,11 @@
*
*
* $Log: layout.c,v $
+ * Revision 1.6 2004/01/14 11:33:00 reinelt
+ * new plugin 'uname' which does what it's called
+ * text widget nearly finished
+ * first results displayed on MatrixOrbital
+ *
* Revision 1.5 2004/01/13 08:18:19 reinelt
* timer queues added
* liblcd4linux deactivated turing transformation to new layout
@@ -68,8 +73,7 @@
int layout_addItem (char *name, int row, int col)
{
// allocate widget
- widget_add (name);
-
+ widget_add (name, row-1, col-1);
return 0;
}