aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
authorltoetsch <>2001-03-15 14:25:05 +0000
committerltoetsch <>2001-03-15 14:25:05 +0000
commit55d18afd6949185850a61441adbf245e18e7d1ed (patch)
tree4c16c32fcf95beb1bfef9bbac846dd183e83a43b /display.c
parent17d48d42d690475b60be3b1e2cfdb30bfff54e83 (diff)
downloadlcd4linux-55d18afd6949185850a61441adbf245e18e7d1ed.tar.gz
[lcd4linux @ 2001-03-15 14:25:05 by ltoetsch]
added unread/total news
Diffstat (limited to 'display.c')
-rw-r--r--display.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/display.c b/display.c
index aaba3a5..1e56e99 100644
--- a/display.c
+++ b/display.c
@@ -1,4 +1,4 @@
-/* $Id: display.c,v 1.26 2001/03/12 12:39:36 reinelt Exp $
+/* $Id: display.c,v 1.27 2001/03/15 14:25:05 ltoetsch Exp $
*
* framework for device drivers
*
@@ -20,6 +20,9 @@
*
*
* $Log: display.c,v $
+ * Revision 1.27 2001/03/15 14:25:05 ltoetsch
+ * added unread/total news
+ *
* Revision 1.26 2001/03/12 12:39:36 reinelt
*
* reworked autoconf a lot: drivers may be excluded, #define's went to config.h
@@ -214,7 +217,7 @@ FAMILY Driver[] = {
#ifdef WITH_X11
{ "X Window System", XWindow },
#endif
-#ifdef WITH_Text
+#ifdef WITH_TEXT
{ "X Ncurses Text", Text },
#endif
{ NULL }