aboutsummaryrefslogtreecommitdiffstats
path: root/Raster.c
diff options
context:
space:
mode:
authorreinelt <>2000-03-26 19:03:52 +0000
committerreinelt <>2000-03-26 19:03:52 +0000
commit6cd356dde73010507cad5e27d152cf67dada4f2d (patch)
tree3382711de58aef784bece794c81c249e2ca59b8b /Raster.c
parent429036b6886e31a8d20024f73a203e1d4c3e2f65 (diff)
downloadlcd4linux-6cd356dde73010507cad5e27d152cf67dada4f2d.tar.gz
[lcd4linux @ 2000-03-26 19:03:52 by reinelt]
more Pixmap renaming quoting of '#' in config file
Diffstat (limited to 'Raster.c')
-rw-r--r--Raster.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/Raster.c b/Raster.c
index 295e973..78f2b9a 100644
--- a/Raster.c
+++ b/Raster.c
@@ -1,4 +1,4 @@
-/* $Id: Raster.c,v 1.5 2000/03/26 18:46:28 reinelt Exp $
+/* $Id: Raster.c,v 1.6 2000/03/26 19:03:52 reinelt Exp $
*
* driver for raster formats
*
@@ -20,6 +20,11 @@
*
*
* $Log: Raster.c,v $
+ * Revision 1.6 2000/03/26 19:03:52 reinelt
+ *
+ * more Pixmap renaming
+ * quoting of '#' in config file
+ *
* Revision 1.5 2000/03/26 18:46:28 reinelt
*
* bug in pixmap.c that leaded to empty bars fixed
@@ -120,7 +125,7 @@ int Raster_flush (void)
int a, b;
for (a=0; a<pixel; a++)
for (b=0; b<pixel; b++)
- bitbuf[y*xsize+x+a*xsize+b]=Pixmap[row*Lcd.cols*Lcd.xres+col]+1;
+ bitbuf[y*xsize+x+a*xsize+b]=LCDpixmap[row*Lcd.cols*Lcd.xres+col]+1;
}
}