From 14f4600010f07dfd1e6b91e1038c468b40c8f748 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 19 Aug 2002 04:41:20 +0000 Subject: [lcd4linux @ 2002-08-19 04:41:20 by reinelt] introduced bar.c, moved bar stuff from display.h to bar.h --- pixmap.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pixmap.c') 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 #include "display.h" +#include "bar.h" #include "pixmap.h" #include "fontmap.h" #include "debug.h" -- cgit v1.2.3