From d17399872e191a60fa783fb115787d1bdd4cca5a Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Fri, 30 Jan 2004 20:57:56 +0000 Subject: [lcd4linux @ 2004-01-30 20:57:55 by reinelt] HD44780 patch from Martin Hejl dmalloc integrated --- Raster.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Raster.c') 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 +#endif + static LCD Lcd; static int pixel=-1; -- cgit v1.2.3