aboutsummaryrefslogtreecommitdiffstats
path: root/layout.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-02-07 05:36:14 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-02-07 05:36:14 +0000
commit5c71af9339a592ef3759b40614685c83537d3ac3 (patch)
treea6162a3a2e0830014ca1705438fc18c35c98c7c1 /layout.h
parentb67414b92541d3a939ace92a458d27f3a3f91fb1 (diff)
downloadlcd4linux-5c71af9339a592ef3759b40614685c83537d3ac3.tar.gz
[lcd4linux @ 2006-02-07 05:36:13 by reinelt]
Layers added to Layout git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@634 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'layout.h')
-rw-r--r--layout.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/layout.h b/layout.h
index c44b5b5..0e4214a 100644
--- a/layout.h
+++ b/layout.h
@@ -1,4 +1,4 @@
-/* $Id: layout.h,v 1.3 2005/01/18 06:30:23 reinelt Exp $
+/* $Id: layout.h,v 1.4 2006/02/07 05:36:13 reinelt Exp $
*
* new layouter framework
*
@@ -23,6 +23,9 @@
*
*
* $Log: layout.h,v $
+ * Revision 1.4 2006/02/07 05:36:13 reinelt
+ * Layers added to Layout
+ *
* Revision 1.3 2005/01/18 06:30:23 reinelt
* added (C) to all copyright statements
*
@@ -41,6 +44,9 @@
#ifndef _LAYOUT_H_
#define _LAYOUT_H_
+/* number of layers */
+#define LAYERS 4
+
int layout_init(const char *section);
#endif