Skip to content

x11: Avoid discarding the window pixmap for no reason

Vlad Zahorodnii requested to merge work/zzag/x11-avoid-discard-pixmap into master

If the buffer size changes after creating or destroying the decoration, the surface item will discard the pixmap.

If the buffer size remains the same, we can continue using old pixmap.

Merge request reports