aboutsummaryrefslogtreecommitdiffstats
path: root/XWindow.c
diff options
context:
space:
mode:
authorreinelt <>2001-08-05 17:13:29 +0000
committerreinelt <>2001-08-05 17:13:29 +0000
commit6d8de2e6769e6ab7f4276adf5ca77c8ad9a91ce3 (patch)
treed71e8b3a3351c88a9bdd23b327dea81c0b98b8c1 /XWindow.c
parenta68aca4b933e9f8d591d6348fabd56c2764f34ba (diff)
downloadlcd4linux-6d8de2e6769e6ab7f4276adf5ca77c8ad9a91ce3.tar.gz
[lcd4linux @ 2001-08-05 17:13:29 by reinelt]
cleaned up inlude of sys/time.h and time.h
Diffstat (limited to 'XWindow.c')
-rw-r--r--XWindow.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/XWindow.c b/XWindow.c
index d288587..ac7d6fe 100644
--- a/XWindow.c
+++ b/XWindow.c
@@ -1,4 +1,4 @@
-/* $Id: XWindow.c,v 1.25 2001/03/16 16:40:17 ltoetsch Exp $
+/* $Id: XWindow.c,v 1.26 2001/08/05 17:13:29 reinelt Exp $
*
* X11 Driver for LCD4Linux
*
@@ -20,6 +20,10 @@
*
*
* $Log: XWindow.c,v $
+ * Revision 1.26 2001/08/05 17:13:29 reinelt
+ *
+ * cleaned up inlude of sys/time.h and time.h
+ *
* Revision 1.25 2001/03/16 16:40:17 ltoetsch
* implemented time bar
*
@@ -546,4 +550,3 @@ LCD XWindow[] = {
{ "X11",0,0,0,0,BARS,0,xlcdinit,xlcdclear,xlcdput,xlcdbar,NULL,xlcdflush,xlcdquit },
{ NULL }
};
-