aboutsummaryrefslogtreecommitdiffstats
path: root/pixmap.c
diff options
context:
space:
mode:
authorreinelt <>2002-08-19 04:41:20 +0000
committerreinelt <>2002-08-19 04:41:20 +0000
commit14f4600010f07dfd1e6b91e1038c468b40c8f748 (patch)
treec97b9dd85328464e0c75fe7780e7cec6004ba92e /pixmap.c
parentd9d3e35a7b8ebe1f2aab0b8c010b5030f1c3e9df (diff)
downloadlcd4linux-14f4600010f07dfd1e6b91e1038c468b40c8f748.tar.gz
[lcd4linux @ 2002-08-19 04:41:20 by reinelt]
introduced bar.c, moved bar stuff from display.h to bar.h
Diffstat (limited to 'pixmap.c')
-rw-r--r--pixmap.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/pixmap.c b/pixmap.c
index 9baa7ed..26f3b2f 100644
--- a/pixmap.c
+++ b/pixmap.c
@@ -1,4 +1,4 @@
-/* $Id: pixmap.c,v 1.9 2001/05/27 07:19:28 reinelt Exp $
+/* $Id: pixmap.c,v 1.10 2002/08/19 04:41:20 reinelt Exp $
*
* generic pixmap driver
*
@@ -20,6 +20,9 @@
*
*
* $Log: pixmap.c,v $
+ * Revision 1.10 2002/08/19 04:41:20 reinelt
+ * introduced bar.c, moved bar stuff from display.h to bar.h
+ *
* Revision 1.9 2001/05/27 07:19:28 reinelt
*
* fixed a warning in pixmap.c
@@ -88,6 +91,7 @@
#include <time.h>
#include "display.h"
+#include "bar.h"
#include "pixmap.h"
#include "fontmap.h"
#include "debug.h"