aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-25 05:50:43 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-25 05:50:43 +0000
commit66b33ed13175879ea3119f4ebe4316a77a08d7fc (patch)
treee0a3e000e02552dd1bed71381d54ace8b9fc4c07 /lcd4linux.c
parentab36613787775efb5504e7006fffaad5085c6e00 (diff)
downloadlcd4linux-66b33ed13175879ea3119f4ebe4316a77a08d7fc.tar.gz
[lcd4linux @ 2000-03-25 05:50:43 by reinelt]
memory leak in Raster_flush closed driver family logic changed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@20 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.c')
-rw-r--r--lcd4linux.c17
1 files changed, 13 insertions, 4 deletions
diff --git a/lcd4linux.c b/lcd4linux.c
index c471843..0d48d36 100644
--- a/lcd4linux.c
+++ b/lcd4linux.c
@@ -1,4 +1,4 @@
-/* $Id: lcd4linux.c,v 1.11 2000/03/24 11:36:56 reinelt Exp $
+/* $Id: lcd4linux.c,v 1.12 2000/03/25 05:50:43 reinelt Exp $
*
* LCD4Linux
*
@@ -20,6 +20,11 @@
*
*
* $Log: lcd4linux.c,v $
+ * Revision 1.12 2000/03/25 05:50:43 reinelt
+ *
+ * memory leak in Raster_flush closed
+ * driver family logic changed
+ *
* Revision 1.11 2000/03/24 11:36:56 reinelt
*
* new syntax for raster configuration
@@ -144,14 +149,18 @@ void main (int argc, char *argv[])
process_init();
+ // FIXME: just debugging
+ lcd_clear();
+ lcd_put (1, 1, "so what!");
+ lcd_bar (BAR_R|BAR_H2, 2,1,50,19,46);
+ lcd_flush();
+ exit (0);
+
lcd_clear();
lcd_put (1, 1, "* LCD4Linux V" VERSION " *");
lcd_put (2, 1, " (c) 2000 M.Reinelt");
lcd_flush();
- // FIXME: just debugging
- exit (0);
-
sleep (3);
lcd_clear();