aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
authorreinelt <>2000-03-30 16:46:57 +0000
committerreinelt <>2000-03-30 16:46:57 +0000
commitb96dca61ab3e4fcbd60df88b7b5c91143572081b (patch)
treefbe96ccf9a9479df23bb99d460772ba9713b1119 /display.c
parent36b5421299224183d111685c1c11f43fb0486f37 (diff)
downloadlcd4linux-b96dca61ab3e4fcbd60df88b7b5c91143572081b.tar.gz
[lcd4linux @ 2000-03-30 16:46:57 by reinelt]
configure now handles '--with-x' and '--without-x' correct
Diffstat (limited to 'display.c')
-rw-r--r--display.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/display.c b/display.c
index 58f333b..92636b8 100644
--- a/display.c
+++ b/display.c
@@ -1,4 +1,4 @@
-/* $Id: display.c,v 1.12 2000/03/26 18:46:28 reinelt Exp $
+/* $Id: display.c,v 1.13 2000/03/30 16:46:57 reinelt Exp $
*
* framework for device drivers
*
@@ -20,6 +20,10 @@
*
*
* $Log: display.c,v $
+ * Revision 1.13 2000/03/30 16:46:57 reinelt
+ *
+ * configure now handles '--with-x' and '--without-x' correct
+ *
* Revision 1.12 2000/03/26 18:46:28 reinelt
*
* bug in pixmap.c that leaded to empty bars fixed
@@ -117,7 +121,9 @@ FAMILY Driver[] = {
{ "Skeleton", Skeleton },
{ "Matrix Orbital", MatrixOrbital },
{ "Raster", Raster },
+#ifndef X_DISPLAY_MISSING
{ "X Window System", XWindow },
+#endif
{ NULL }
};