From 6cd356dde73010507cad5e27d152cf67dada4f2d Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 26 Mar 2000 19:03:52 +0000 Subject: [lcd4linux @ 2000-03-26 19:03:52 by reinelt] more Pixmap renaming quoting of '#' in config file --- pixmap.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'pixmap.h') diff --git a/pixmap.h b/pixmap.h index 5dcc812..dc3fbae 100644 --- a/pixmap.h +++ b/pixmap.h @@ -1,4 +1,4 @@ -/* $Id: pixmap.h,v 1.2 2000/03/24 11:36:56 reinelt Exp $ +/* $Id: pixmap.h,v 1.3 2000/03/26 19:03:52 reinelt Exp $ * * generic pixmap driver * @@ -20,6 +20,11 @@ * * * $Log: pixmap.h,v $ + * Revision 1.3 2000/03/26 19:03:52 reinelt + * + * more Pixmap renaming + * quoting of '#' in config file + * * Revision 1.2 2000/03/24 11:36:56 reinelt * * new syntax for raster configuration @@ -37,9 +42,9 @@ #ifndef _PIXMAP_H_ #define _PIXMAP_H_ -extern unsigned char *Pixmap; +extern unsigned char *LCDpixmap; -int pix_clear(void); +int pix_clear (void); int pix_init (int rows, int cols, int xres, int yres); int pix_put (int row, int col, char *text); int pix_bar (int type, int row, int col, int max, int len1, int len2); -- cgit v1.2.3