Author: matt
Date: 2011-09-27 14:18:54 -0700 (Tue, 27 Sep 2011)
New Revision: 9066
Log:
STR 2702: body of fl_draw_image_mone was missing for one case.
Modified:
branches/branch-1.3/FL/fl_draw.H
Modified: branches/branch-1.3/FL/fl_draw.H
===================================================================
--- branches/branch-1.3/FL/fl_draw.H 2011-09-27 17:10:04 UTC (rev 9065)
+++ branches/branch-1.3/FL/fl_draw.H 2011-09-27 21:18:54 UTC (rev 9066)
@@ -704,7 +704,8 @@
Draws a gray-scale image using a callback function to generate image data.
\see fl_draw_image(Fl_Draw_Image_Cb cb, void* data, int X,int Y,int W,int H,
int D)
*/
-FL_EXPORT void fl_draw_image_mono(Fl_Draw_Image_Cb cb, void* data, int X,int
Y,int W,int H, int D=1);
+inline void fl_draw_image_mono(Fl_Draw_Image_Cb cb, void* data, int X,int
Y,int W,int H, int D=1)
+ { fl_graphics_driver->draw_image_mono(cb, data, X, Y, W, H, D); }
/**
Checks whether platform supports true alpha blending for RGBA images.
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit