aboutsummaryrefslogtreecommitdiffstats
path: root/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'layout.h')
-rw-r--r--layout.h24
1 files changed, 2 insertions, 22 deletions
diff --git a/layout.h b/layout.h
index 6255b28..a8d4094 100644
--- a/layout.h
+++ b/layout.h
@@ -1,4 +1,5 @@
-/* $Id: layout.h,v 1.5 2006/02/27 07:53:52 reinelt Exp $
+/* $Id: layout.h 728 2007-01-14 11:14:38Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/layout.h $
*
* new layouter framework
*
@@ -21,27 +22,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- *
- * $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
- *
- * Revision 1.3 2005/01/18 06:30:23 reinelt
- * added (C) to all copyright statements
- *
- * Revision 1.2 2004/06/20 10:09:56 reinelt
- *
- * 'const'ified the whole source
- *
- * Revision 1.1 2004/01/10 20:22:33 reinelt
- * added new function 'cfg_list()' (not finished yet)
- * added layout.c (will replace processor.c someday)
- * added widget_text.c (will be the first and most important widget)
- * modified lcd4linux.c so that old-style configs should work, too
- *
*/
#ifndef _LAYOUT_H_