Skip to content

scripting: Cache WindowThumbnail textures

Vlad Zahorodnii requested to merge work/zzag/window-thumbnail-cache into master

Effects like overview can create more than one thumbnail for the same window. For example, if you have 4 virtual desktops, the overview is going to create 9 window thumbnails for the desktop background, which in its turn means that each thumbnail is going to have its own texture. That's not great.

Edited by Vlad Zahorodnii

Merge request reports