From 0b18f5b46afcb30ba2bc3e813eb170463a84b073 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Tue, 13 Jan 2004 08:18:20 +0000 Subject: [lcd4linux @ 2004-01-13 08:18:07 by reinelt] timer queues added liblcd4linux deactivated turing transformation to new layout --- layout.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'layout.c') diff --git a/layout.c b/layout.c index 5ea84ca..faa54ee 100644 --- a/layout.c +++ b/layout.c @@ -1,4 +1,4 @@ -/* $Id: layout.c,v 1.4 2004/01/12 03:51:01 reinelt Exp $ +/* $Id: layout.c,v 1.5 2004/01/13 08:18:19 reinelt Exp $ * * new layouter framework * @@ -23,6 +23,10 @@ * * * $Log: layout.c,v $ + * Revision 1.5 2004/01/13 08:18:19 reinelt + * timer queues added + * liblcd4linux deactivated turing transformation to new layout + * * Revision 1.4 2004/01/12 03:51:01 reinelt * evaluating the 'Variables' section in the config file * @@ -65,7 +69,8 @@ int layout_addItem (char *name, int row, int col) { // allocate widget widget_add (name); - + + return 0; } -- cgit v1.2.3