aboutsummaryrefslogtreecommitdiffstats
path: root/XWindow.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 /XWindow.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 '')
-rw-r--r--XWindow.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/XWindow.c b/XWindow.c
index d52c7ac..b87dcd1 100644
--- a/XWindow.c
+++ b/XWindow.c
@@ -1,4 +1,4 @@
-/* $Id: XWindow.c,v 1.5 2000/03/26 18:46:28 reinelt Exp $
+/* $Id: XWindow.c,v 1.6 2000/03/26 19:03:52 reinelt Exp $
*
* driver for X11
*
@@ -20,6 +20,11 @@
*
*
* $Log: XWindow.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
@@ -99,7 +104,7 @@ int X_flush (void)
int a, b;
for (a=0; a<pixel; a++)
for (b=0; b<pixel; b++)
- buffer[y*xsize+x+a*xsize+b]=Pixmap[row*Lcd.cols*Lcd.xres+col]+1;
+ buffer[y*xsize+x+a*xsize+b]=LCDpixmap[row*Lcd.cols*Lcd.xres+col]+1;
}
}