aboutsummaryrefslogtreecommitdiffstats
path: root/XWindow.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-01 11:08:16 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-01 11:08:16 +0000
commit8785427f310078d20860008a6202071b25bff75e (patch)
treed98100a294f64e670f06a039ea4eca6b01b59f12 /XWindow.c
parent62115d60d25ac6d50962feba114b5cc4566cadd6 (diff)
downloadlcd4linux-8785427f310078d20860008a6202071b25bff75e.tar.gz
[lcd4linux @ 2001-03-01 11:08:16 by reinelt]
reworked configure to allow selection of drivers git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@90 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'XWindow.c')
-rw-r--r--XWindow.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/XWindow.c b/XWindow.c
index 59f2303..46b38f6 100644
--- a/XWindow.c
+++ b/XWindow.c
@@ -1,4 +1,4 @@
-/* $Id: XWindow.c,v 1.23 2001/02/26 00:33:37 herp Exp $
+/* $Id: XWindow.c,v 1.24 2001/03/01 11:08:16 reinelt Exp $
*
* X11 Driver for LCD4Linux
*
@@ -20,6 +20,10 @@
*
*
* $Log: XWindow.c,v $
+ * Revision 1.24 2001/03/01 11:08:16 reinelt
+ *
+ * reworked configure to allow selection of drivers
+ *
* Revision 1.23 2001/02/26 00:33:37 herp
* fixed X11 signal handler
*
@@ -115,8 +119,6 @@
*
*/
-#ifndef X_DISPLAY_MISSING
-
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <stdio.h>
@@ -542,4 +544,3 @@ LCD XWindow[] = {
{ NULL }
};
-#endif /* X_DISPLAY_MISSING */