poppler/CairoOutputDev.cc |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 961adf0b767be78d3556b7315de3761d3d46b107
Author: Adrian Johnson <[email protected]>
Date:   Thu Aug 18 17:44:35 2011 +0930

    cairo: set mime data for soft masked images
    
    Fixes bug #40192.

diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc
index 5b93dca..6d692d9 100644
--- a/poppler/CairoOutputDev.cc
+++ b/poppler/CairoOutputDev.cc
@@ -2313,6 +2313,9 @@ void CairoOutputDev::drawSoftMaskedImage(GfxState *state, 
Object *ref, Stream *s
   filter = getFilterForSurface (image, interpolate);
 
   cairo_surface_mark_dirty (image);
+
+  setMimeData(str, ref, image);
+
   pattern = cairo_pattern_create_for_surface (image);
   cairo_surface_destroy (image);
   if (cairo_pattern_status (pattern))
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to