Skip to content

Remove manual discardWindowPixmap() calls in InternalClient

Vlad Zahorodnii requested to merge work/remove-manual-discard-pixmap into master

SurfaceItemInternal will discard the current pixmap if the buffer size changes. Also, one of the goal of the scene redesign is to keep things such as this out of Toplevel subclasses.

Merge request reports