aboutsummaryrefslogtreecommitdiffstats
path: root/Raster.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 /Raster.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 'Raster.c')
-rw-r--r--Raster.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/Raster.c b/Raster.c
index 48ecfb3..b61f7d2 100644
--- a/Raster.c
+++ b/Raster.c
@@ -1,4 +1,4 @@
-/* $Id: Raster.c,v 1.19 2001/09/10 13:55:53 reinelt Exp $
+/* $Id: Raster.c,v 1.20 2002/08/19 04:41:20 reinelt Exp $
*
* driver for raster formats
*
@@ -20,6 +20,9 @@
*
*
* $Log: Raster.c,v $
+ * Revision 1.20 2002/08/19 04:41:20 reinelt
+ * introduced bar.c, moved bar stuff from display.h to bar.h
+ *
* Revision 1.19 2001/09/10 13:55:53 reinelt
* M50530 driver
*
@@ -138,6 +141,7 @@
#include "debug.h"
#include "cfg.h"
#include "display.h"
+#include "bar.h"
#include "pixmap.h"
#define BARS ( BAR_L | BAR_R | BAR_U | BAR_D | BAR_H2 | BAR_V2 | BAR_T )