aboutsummaryrefslogtreecommitdiffstats
path: root/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'widget.c')
-rw-r--r--widget.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/widget.c b/widget.c
index 7c9290a..708b289 100644
--- a/widget.c
+++ b/widget.c
@@ -1,4 +1,4 @@
-/* $Id: widget.c,v 1.10 2004/01/29 04:40:03 reinelt Exp $
+/* $Id: widget.c,v 1.11 2004/01/30 20:57:56 reinelt Exp $
*
* generic widget handling
*
@@ -21,6 +21,10 @@
*
*
* $Log: widget.c,v $
+ * Revision 1.11 2004/01/30 20:57:56 reinelt
+ * HD44780 patch from Martin Hejl
+ * dmalloc integrated
+ *
* Revision 1.10 2004/01/29 04:40:03 reinelt
* every .c file includes "config.h" now
*
@@ -80,6 +84,10 @@
#include "cfg.h"
#include "widget.h"
+#ifdef WITH_DMALLOC
+#include <dmalloc.h>
+#endif
+
// we use a static array of widgets and not realloc()
#define MAX_WIDGETS 256