Jump to content

Talk:Stacking window manager

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 99.224.115.100 (talk) at 20:40, 22 October 2009 (Created page with 'Who says stacking window managers have to use painter's algorithm? This: <blockquote>Stacking is a very slow process, requiring the redrawing of every window one-b...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Who says stacking window managers have to use painter's algorithm?

This:

Stacking is a very slow process, requiring the redrawing of every window one-by-one, from the rear-most and outer-most to the front most and inner-most. Many stacking window managers don't always redraw background windows. Others can detect when a redraw of all windows is required, as some applications request stacking when their output has changed.

contradicts this:

A stacking window manager is a window manager that draws all windows in a specific order, allowing them to overlap, using a technique called painter's algorithm.