aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-05-25 19:54:15 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-05-25 19:54:15 +0000
commit724c7f8cd64c89cab261c0e3188398395cf09fd4 (patch)
tree5d16cbca6e753d64d0ae008d91af49139b6c4743 /drv.c
parent1c10cacd115707162f03422294fbcb1363016615 (diff)
downloadlcd4linux-724c7f8cd64c89cab261c0e3188398395cf09fd4.tar.gz
[lcd4linux @ 2004-05-25 19:54:11 by reinelt]
'make distcheck' bugs fixed release number changed to 0.10.0-RC1 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@434 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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,