aboutsummaryrefslogtreecommitdiffstats
path: root/Raster.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-30 20:57:56 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-30 20:57:56 +0000
commitf040b602703f9aa2849384c9116413f9aecf04b4 (patch)
tree6577cd2c6172763a0223ed7bb933657b1c5b5436 /Raster.c
parent59a314fd82aefb99aea2e3956248a928f55fa5e4 (diff)
downloadlcd4linux-f040b602703f9aa2849384c9116413f9aecf04b4.tar.gz
[lcd4linux @ 2004-01-30 20:57:55 by reinelt]
HD44780 patch from Martin Hejl dmalloc integrated git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@348 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'Raster.c')
-rw-r--r--Raster.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/Raster.c b/Raster.c
index b443b56..b0587a6 100644
--- a/Raster.c
+++ b/Raster.c
@@ -1,4 +1,4 @@
-/* $Id: Raster.c,v 1.29 2004/01/09 04:16:06 reinelt Exp $
+/* $Id: Raster.c,v 1.30 2004/01/30 20:57:55 reinelt Exp $
*
* driver for raster formats
*
@@ -22,6 +22,10 @@
*
*
* $Log: Raster.c,v $
+ * Revision 1.30 2004/01/30 20:57:55 reinelt
+ * HD44780 patch from Martin Hejl
+ * dmalloc integrated
+ *
* Revision 1.29 2004/01/09 04:16:06 reinelt
* added 'section' argument to cfg_get(), but NULLed it on all calls by now.
*
@@ -172,6 +176,10 @@
#include "icon.h"
#include "pixmap.h"
+#ifdef WITH_DMALLOC
+#include <dmalloc.h>
+#endif
+
static LCD Lcd;
static int pixel=-1;