aboutsummaryrefslogtreecommitdiffstats
path: root/pixmap.c
diff options
context:
space:
mode:
authorreinelt <>2000-03-23 07:24:48 +0000
committerreinelt <>2000-03-23 07:24:48 +0000
commit53195ac9c4d7426fa9d8806621370c265aeb3fe5 (patch)
treeebd49cfda4012cdd484e35799fdf2fdaff7a5dfa /pixmap.c
parentaf243c0321c8eff1fcf1384d105333ae4e243f67 (diff)
downloadlcd4linux-53195ac9c4d7426fa9d8806621370c265aeb3fe5.tar.gz
[lcd4linux @ 2000-03-23 07:24:48 by reinelt]
PPM driver up and running (but slow!)
Diffstat (limited to '')
-rw-r--r--pixmap.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/pixmap.c b/pixmap.c
index ceaa1f2..48343cb 100644
--- a/pixmap.c
+++ b/pixmap.c
@@ -1,4 +1,4 @@
-/* $Id: pixmap.c,v 1.1 2000/03/22 15:36:21 reinelt Exp $
+/* $Id: pixmap.c,v 1.2 2000/03/23 07:24:48 reinelt Exp $
*
* generic pixmap driver
*
@@ -20,6 +20,10 @@
*
*
* $Log: pixmap.c,v $
+ * Revision 1.2 2000/03/23 07:24:48 reinelt
+ *
+ * PPM driver up and running (but slow!)
+ *
* Revision 1.1 2000/03/22 15:36:21 reinelt
*
* added '-l' switch (list drivers)
@@ -108,8 +112,7 @@ int pix_put (int row, int col, char *text)
int pix_bar (int type, int row, int col, int max, int len1, int len2)
{
- int i, x, y, len, rev;
- unsigned char *p;
+ int x, y, len, rev;
row*=YRES;
col*=XRES;