Is it possible to get pixmaps of minimized windows? I don't want to use ugly hacks like "temp unminimize" just to get it. Stjepan
On 1/1/07, Stjepan Glavina <stjepang@gmail.com> wrote:> Is it possible to get pixmaps of minimized windows? > I don't want to use ugly hacks like "temp unminimize" just to get it.No, when the window is hidden the backing pixmap is deallocated -- Kristian Lyngst?l
On Mon, 2007-01-01 at 15:13 +0100, Stjepan Glavina wrote:> Is it possible to get pixmaps of minimized windows? > I don't want to use ugly hacks like "temp unminimize" just to get it. >Not currently but eventually I think we should allow minimized windows to be mapped. It can be done appropriately with input transformation support in the server. -David