From 5c71af9339a592ef3759b40614685c83537d3ac3 Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 7 Feb 2006 05:36:14 +0000 Subject: [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 --- layout.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'layout.h') 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 -- cgit v1.2.3