At Wed, 22 Apr 2009 01:35:40 -0700, Shawn Betts wrote:

> Double buffering is pretty easy to do, it turns out. Instead of
> blitting to the window, you create a pixmap and blit to that. Whenever
> X requests a portion of the window to be updated, you blit from the
> pixmap.
> 
> Actually implementing that in the code probably isn't too hard but
> would require a small paradigm shift in how stumpwm does it now. Feel
> free to patch it.

I did it a month later, see for post with subj "double buffering". I'm
using it for 2 month now, and it seems to be pretty stable.

-- 
wbr, Vitaly


_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to