From 504656e9484752c9c0596f153f27089c1961f501 Mon Sep 17 00:00:00 2001 From: reinelt Date: Wed, 14 Jan 2004 11:33:00 +0000 Subject: [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 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@310 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- layout.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'layout.c') 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; } -- cgit v1.2.3