diff options
author | ltoetsch <> | 2001-03-16 16:40:17 +0000 |
---|---|---|
committer | ltoetsch <> | 2001-03-16 16:40:17 +0000 |
commit | d028f79336840a076542ccd17bdbca2e2f25357e (patch) | |
tree | 169f4a2f4abeba86179b873110769a0100e339ce /XWindow.c | |
parent | b0650f9131a98a02ca65ab15a7f41e99b6822e90 (diff) | |
download | lcd4linux-d028f79336840a076542ccd17bdbca2e2f25357e.tar.gz |
[lcd4linux @ 2001-03-16 16:40:17 by ltoetsch]
implemented time bar
Diffstat (limited to 'XWindow.c')
-rw-r--r-- | XWindow.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: XWindow.c,v 1.24 2001/03/01 11:08:16 reinelt Exp $ +/* $Id: XWindow.c,v 1.25 2001/03/16 16:40:17 ltoetsch Exp $ * * X11 Driver for LCD4Linux * @@ -20,6 +20,9 @@ * * * $Log: XWindow.c,v $ + * Revision 1.25 2001/03/16 16:40:17 ltoetsch + * implemented time bar + * * Revision 1.24 2001/03/01 11:08:16 reinelt * * reworked configure to allow selection of drivers @@ -148,7 +151,7 @@ union semun { }; #endif -#define BARS ( BAR_L | BAR_R | BAR_U | BAR_D | BAR_H2 | BAR_V2 ) +#define BARS ( BAR_L | BAR_R | BAR_U | BAR_D | BAR_H2 | BAR_V2 | BAR_T) static LCD Lcd; static Display *dp; |