aboutsummaryrefslogtreecommitdiffstats
path: root/layout.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-12 03:51:01 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-12 03:51:01 +0000
commit14bc006adad8578e31e557d7ffb57971284a0846 (patch)
tree1ba1b8f86e9e0487f44f37c657997bc3b0055a43 /layout.c
parentbbe7f194ee035c6cafdc5102092b7b422541aeab (diff)
downloadlcd4linux-14bc006adad8578e31e557d7ffb57971284a0846.tar.gz
[lcd4linux @ 2004-01-12 03:51:01 by reinelt]
evaluating the 'Variables' section in the config file git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@307 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/layout.c b/layout.c
index 13d05f9..5ea84ca 100644
--- a/layout.c
+++ b/layout.c
@@ -1,4 +1,4 @@
-/* $Id: layout.c,v 1.3 2004/01/11 18:26:02 reinelt Exp $
+/* $Id: layout.c,v 1.4 2004/01/12 03:51:01 reinelt Exp $
*
* new layouter framework
*
@@ -23,6 +23,9 @@
*
*
* $Log: layout.c,v $
+ * Revision 1.4 2004/01/12 03:51:01 reinelt
+ * evaluating the 'Variables' section in the config file
+ *
* Revision 1.3 2004/01/11 18:26:02 reinelt
* further widget and layout processing
*
@@ -54,6 +57,7 @@
#include "debug.h"
#include "cfg.h"
+#include "widget.h"
#include "layout.h"