From e647c45635992c0b75f7d71bf8681704fc0e714d Mon Sep 17 00:00:00 2001 From: reinelt Date: Sat, 13 Sep 2003 06:45:43 +0000 Subject: [lcd4linux @ 2003-09-13 06:45:43 by reinelt] icons for all remaining drivers git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@243 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- Text.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Text.c') diff --git a/Text.c b/Text.c index 8b24266..78ed807 100644 --- a/Text.c +++ b/Text.c @@ -1,4 +1,4 @@ -/* $Id: Text.c,v 1.10 2003/08/24 05:17:58 reinelt Exp $ +/* $Id: Text.c,v 1.11 2003/09/13 06:45:43 reinelt Exp $ * * pure ncurses based text driver * @@ -20,6 +20,9 @@ * * * $Log: Text.c,v $ + * Revision 1.11 2003/09/13 06:45:43 reinelt + * icons for all remaining drivers + * * Revision 1.10 2003/08/24 05:17:58 reinelt * liblcd4linux patch from Patrick Schemitz * @@ -255,11 +258,13 @@ LCD Text[] = { xres: 1, yres: 1, bars: BAR_L | BAR_R | BAR_U | BAR_D | BAR_H2, + icons: 0, gpos: 0, init: Text_init, clear: Text_clear, put: Text_put, bar: Text_bar, + icon: NULL, gpo: NULL, flush: Text_flush, quit: Text_quit -- cgit v1.2.3