aboutsummaryrefslogtreecommitdiffstats
path: root/pixmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'pixmap.c')
-rw-r--r--pixmap.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/pixmap.c b/pixmap.c
index 9f90ced..d219a6d 100644
--- a/pixmap.c
+++ b/pixmap.c
@@ -1,4 +1,4 @@
-/* $Id: pixmap.c,v 1.13 2004/01/29 04:40:02 reinelt Exp $
+/* $Id: pixmap.c,v 1.14 2004/01/30 20:57:56 reinelt Exp $
*
* generic pixmap driver
*
@@ -22,6 +22,10 @@
*
*
* $Log: pixmap.c,v $
+ * Revision 1.14 2004/01/30 20:57:56 reinelt
+ * HD44780 patch from Martin Hejl
+ * dmalloc integrated
+ *
* Revision 1.13 2004/01/29 04:40:02 reinelt
* every .c file includes "config.h" now
*
@@ -114,6 +118,10 @@
#include "fontmap.h"
#include "debug.h"
+#ifdef WITH_DMALLOC
+#include <dmalloc.h>
+#endif
+
static int ROWS=0;
static int COLS=0;
static int XRES=0;