https://bugs.documentfoundation.org/show_bug.cgi?id=168138
Maris Nartiss <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Maris Nartiss <[email protected]> --- The bug is in the Skia code – it hardcodes image depth to 24, but calls to XPutImage should use same depth as for drawable. Thus just using depth as reported by XGetWindowAttributes makes the issue go away. Please test this patch: https://gerrit.libreoffice.org/c/core/+/199648 -- You are receiving this mail because: You are the assignee for the bug.
