aboutsummaryrefslogtreecommitdiffstats
path: root/layout.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-13 08:18:20 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-13 08:18:20 +0000
commit3cac7824479e0eef3b0bc6e33e5b4d157119a646 (patch)
tree50b1ca62db5a55df61dcea29017a1852d1e01f9b /layout.c
parent14bc006adad8578e31e557d7ffb57971284a0846 (diff)
downloadlcd4linux-3cac7824479e0eef3b0bc6e33e5b4d157119a646.tar.gz
[lcd4linux @ 2004-01-13 08:18:07 by reinelt]
timer queues added liblcd4linux deactivated turing transformation to new layout git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@308 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c9
1 files changed, 7 insertions, 2 deletions
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;
}