diff options
Diffstat (limited to '')
-rw-r--r-- | XWindow.c | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 */ |