aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authorreinelt <>2004-05-25 19:54:15 +0000
committerreinelt <>2004-05-25 19:54:15 +0000
commitdd2f5404f1d58879efa123d89d388c2e23e1a606 (patch)
tree5d16cbca6e753d64d0ae008d91af49139b6c4743 /drv.c
parent31012e7a29bd9f7a05d7daa928d979e604b66e29 (diff)
downloadlcd4linux-dd2f5404f1d58879efa123d89d388c2e23e1a606.tar.gz
[lcd4linux @ 2004-05-25 19:54:11 by reinelt]
'make distcheck' bugs fixed release number changed to 0.10.0-RC1
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/drv.c b/drv.c
index 4904551..39928f9 100644
--- a/drv.c
+++ b/drv.c
@@ -1,4 +1,4 @@
-/* $Id: drv.c,v 1.10 2004/05/25 14:26:29 reinelt Exp $
+/* $Id: drv.c,v 1.11 2004/05/25 19:54:15 reinelt Exp $
*
* new framework for display drivers
*
@@ -23,6 +23,11 @@
*
*
* $Log: drv.c,v $
+ * Revision 1.11 2004/05/25 19:54:15 reinelt
+ *
+ * 'make distcheck' bugs fixed
+ * release number changed to 0.10.0-RC1
+ *
* Revision 1.10 2004/05/25 14:26:29 reinelt
*
* added "Image" driver (was: Raster.c) for PPM and PNG creation
@@ -123,7 +128,6 @@ extern DRIVER drv_T6963;
extern DRIVER drv_USBLCD;
extern DRIVER drv_MatrixOrbital;
extern DRIVER drv_MilfordInstruments;
-extern DRIVER drv_PalmPilot;
extern DRIVER drv_X11;
extern DRIVER drv_Text;
@@ -163,15 +167,9 @@ DRIVER *Driver[] = {
&drv_USBLCD,
#endif
/* Fixme
- #ifdef WITH_MATRIXORBITAL
- &MatrixOrbital,
- #endif
#ifdef WITH_MILINST
&MilfordInstruments,
#endif
- #ifdef WITH_PALMPILOT
- &PalmPilot,
- #endif
*/
#ifdef WITH_X11
&drv_X11,