aboutsummaryrefslogtreecommitdiffstats
path: root/XWindow.c
diff options
context:
space:
mode:
authorreinelt <>2001-03-01 11:08:16 +0000
committerreinelt <>2001-03-01 11:08:16 +0000
commit0b05ba6a90ba10d55143565c510dbf09685b22a5 (patch)
treed98100a294f64e670f06a039ea4eca6b01b59f12 /XWindow.c
parentcde92c2c348d067a9a1c774a0facccb06f79c533 (diff)
downloadlcd4linux-0b05ba6a90ba10d55143565c510dbf09685b22a5.tar.gz
[lcd4linux @ 2001-03-01 11:08:16 by reinelt]
reworked configure to allow selection of drivers
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 */