aboutsummaryrefslogtreecommitdiffstats
path: root/layout.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-02-27 07:53:52 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-02-27 07:53:52 +0000
commitf1d2a23bac95450864d105e0f51d3e0cc9975aa9 (patch)
tree9350f9a6ac144c9b83cca97101215c2d8052bd1f /layout.h
parent1d817f70c99de8cae0776ceb6c028b7af9ebe2a5 (diff)
downloadlcd4linux-f1d2a23bac95450864d105e0f51d3e0cc9975aa9.tar.gz
[lcd4linux @ 2006-02-27 07:53:52 by reinelt]
some more graphic issues fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@650 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'layout.h')
-rw-r--r--layout.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/layout.h b/layout.h
index 0e4214a..6255b28 100644
--- a/layout.h
+++ b/layout.h
@@ -1,4 +1,4 @@
-/* $Id: layout.h,v 1.4 2006/02/07 05:36:13 reinelt Exp $
+/* $Id: layout.h,v 1.5 2006/02/27 07:53:52 reinelt Exp $
*
* new layouter framework
*
@@ -23,6 +23,9 @@
*
*
* $Log: layout.h,v $
+ * Revision 1.5 2006/02/27 07:53:52 reinelt
+ * some more graphic issues fixed
+ *
* Revision 1.4 2006/02/07 05:36:13 reinelt
* Layers added to Layout
*
@@ -45,7 +48,7 @@
#define _LAYOUT_H_
/* number of layers */
-#define LAYERS 4
+#define LAYERS 3
int layout_init(const char *section);