aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_graphic.h
diff options
context:
space:
mode:
Diffstat (limited to 'drv_generic_graphic.h')
-rw-r--r--drv_generic_graphic.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/drv_generic_graphic.h b/drv_generic_graphic.h
index 830172a..c51dfdc 100644
--- a/drv_generic_graphic.h
+++ b/drv_generic_graphic.h
@@ -1,4 +1,4 @@
-/* $Id: drv_generic_graphic.h,v 1.11 2006/01/30 05:47:38 reinelt Exp $
+/* $Id: drv_generic_graphic.h,v 1.12 2006/02/27 06:14:46 reinelt Exp $
*
* generic driver helper for graphic displays
*
@@ -23,6 +23,9 @@
*
*
* $Log: drv_generic_graphic.h,v $
+ * Revision 1.12 2006/02/27 06:14:46 reinelt
+ * graphic bug resulting in all black pixels solved
+ *
* Revision 1.11 2006/01/30 05:47:38 reinelt
* graphic subsystem changed to full-color RGBA
*
@@ -89,6 +92,7 @@ extern void (*drv_generic_graphic_real_blit) (const int row, const int col, cons
/* helper function to get pixel color or gray value */
extern RGBA drv_generic_graphic_rgb(const int row, const int col);
extern unsigned char drv_generic_graphic_gray(const int row, const int col);
+extern unsigned char drv_generic_graphic_black(const int row, const int col);
/* generic functions and widget callbacks */