https://bugs.documentfoundation.org/show_bug.cgi?id=90220

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2...@yahoo.fr

--- Comment #7 from Julien Nabet <serval2...@yahoo.fr> ---
Yousuf: do you reproduce this on recent LO version (5.1.3)?

Here's the location where it failed according to the message:
http://opengrok.libreoffice.org/xref/core/canvas/source/directx/dx_bitmapcanvashelper.cxx#92
     91             ENSURE_OR_THROW(
     92                 Gdiplus::Ok == pGraphics->SetCompositingMode(
     93                     Gdiplus::CompositingModeSourceCopy ), // force set,
don't blend
     94                 "BitmapCanvasHelper::clear(): GDI+ SetCompositingMode
call failed" );

Considering these links:
-
https://msdn.microsoft.com/en-us/library/windows/desktop/ms535808%28v=vs.85%29.aspx
-
https://msdn.microsoft.com/en-us/library/windows/desktop/ms534175%28v=vs.85%29.aspx
I wonder if it could be interesting to retrieve the value returned by
SetCompositingMode call.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to