aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_graphic.h
diff options
context:
space:
mode:
authorreinelt <>2006-01-03 06:13:46 +0000
committerreinelt <>2006-01-03 06:13:46 +0000
commitb90e4809491f316e748bec41a545a5d785bff5f1 (patch)
tree973c81f68e63b46b3b500eabc12b98b9462a0cc9 /drv_generic_graphic.h
parent3971f3c7af7397861c0db8fa72ba75a2b5d76ce1 (diff)
downloadlcd4linux-b90e4809491f316e748bec41a545a5d785bff5f1.tar.gz
[lcd4linux @ 2006-01-03 06:13:44 by reinelt]
GPIO's for MatrixOrbital
Diffstat (limited to 'drv_generic_graphic.h')
-rw-r--r--drv_generic_graphic.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/drv_generic_graphic.h b/drv_generic_graphic.h
index 9eb8180..a66999d 100644
--- a/drv_generic_graphic.h
+++ b/drv_generic_graphic.h
@@ -1,4 +1,4 @@
-/* $Id: drv_generic_graphic.h,v 1.9 2005/05/08 04:32:44 reinelt Exp $
+/* $Id: drv_generic_graphic.h,v 1.10 2006/01/03 06:13:46 reinelt Exp $
*
* generic driver helper for graphic displays
*
@@ -23,6 +23,9 @@
*
*
* $Log: drv_generic_graphic.h,v $
+ * Revision 1.10 2006/01/03 06:13:46 reinelt
+ * GPIO's for MatrixOrbital
+ *
* Revision 1.9 2005/05/08 04:32:44 reinelt
* CodingStyle added and applied
*
@@ -80,7 +83,7 @@ extern int XRES, YRES; /* pixel width/height of one char */
extern unsigned char *drv_generic_graphic_FB;
/* these functions must be implemented by the real driver */
-void (*drv_generic_graphic_real_blit) (const int row, const int col, const int height, const int width);
+extern void (*drv_generic_graphic_real_blit) (const int row, const int col, const int height, const int width);
/* generic functions and widget callbacks */
int drv_generic_graphic_init(const char *section, const char *driver);