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 --- PalmPilot.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'PalmPilot.c') diff --git a/PalmPilot.c b/PalmPilot.c index 66eeb0c..8a4be9c 100644 --- a/PalmPilot.c +++ b/PalmPilot.c @@ -1,4 +1,4 @@ -/* $Id: PalmPilot.c,v 1.6 2001/04/27 05:04:57 reinelt Exp $ +/* $Id: PalmPilot.c,v 1.7 2002/08/19 04:41:20 reinelt Exp $ * * driver for 3Com Palm Pilot * @@ -20,6 +20,9 @@ * * * $Log: PalmPilot.c,v $ + * Revision 1.7 2002/08/19 04:41:20 reinelt + * introduced bar.c, moved bar stuff from display.h to bar.h + * * Revision 1.6 2001/04/27 05:04:57 reinelt * * replaced OPEN_MAX with sysconf() @@ -73,6 +76,7 @@ #include "cfg.h" #include "lock.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) -- cgit v1.2.3