aboutsummaryrefslogtreecommitdiffstats
path: root/BeckmannEgle.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2002-08-19 04:41:20 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2002-08-19 04:41:20 +0000
commitd72755a9609479f9b3463a96c3a71fd7084f2fb3 (patch)
treec97b9dd85328464e0c75fe7780e7cec6004ba92e /BeckmannEgle.c
parent0d5e6f24b79e5127a66db4cf1e4155424ba26ded (diff)
downloadlcd4linux-d72755a9609479f9b3463a96c3a71fd7084f2fb3.tar.gz
[lcd4linux @ 2002-08-19 04:41:20 by reinelt]
introduced bar.c, moved bar stuff from display.h to bar.h git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@158 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'BeckmannEgle.c')
-rw-r--r--BeckmannEgle.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/BeckmannEgle.c b/BeckmannEgle.c
index 51bf98e..2607397 100644
--- a/BeckmannEgle.c
+++ b/BeckmannEgle.c
@@ -1,4 +1,4 @@
-/* $Id: BeckmannEgle.c,v 1.6 2001/04/27 05:04:57 reinelt Exp $
+/* $Id: BeckmannEgle.c,v 1.7 2002/08/19 04:41:20 reinelt Exp $
*
* driver for Beckmann+Egle mini terminals
*
@@ -20,6 +20,9 @@
*
*
* $Log: BeckmannEgle.c,v $
+ * Revision 1.7 2002/08/19 04:41:20 reinelt
+ * introduced bar.c, moved bar stuff from display.h to bar.h
+ *
* Revision 1.6 2001/04/27 05:04:57 reinelt
*
* replaced OPEN_MAX with sysconf()
@@ -72,6 +75,7 @@
#include "cfg.h"
#include "lock.h"
#include "display.h"
+#include "bar.h"
#define XRES 5
#define YRES 8