Author: manolo
Date: 2010-06-17 15:08:09 -0700 (Thu, 17 Jun 2010)
New Revision: 7647
Log:
Replaced 'fl_surface->driver()' by the shorter 'fl_device'
Modified:
branches/branch-1.3/src/fl_draw_pixmap.cxx
Modified: branches/branch-1.3/src/fl_draw_pixmap.cxx
===================================================================
--- branches/branch-1.3/src/fl_draw_pixmap.cxx 2010-06-17 21:08:16 UTC (rev
7646)
+++ branches/branch-1.3/src/fl_draw_pixmap.cxx 2010-06-17 22:08:09 UTC (rev
7647)
@@ -341,7 +341,7 @@
#endif
#ifdef __APPLE_QUARTZ__
- if (fl_surface->driver()->type() == Fl_Quartz_Graphics_Driver::device_type )
{
+ if (fl_device->type() == Fl_Quartz_Graphics_Driver::device_type ) {
bool transparent = (transparent_index>=0);
transparent = true;
U32 *array = new U32[d.w * d.h], *q = array;
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit