stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] contrib/net.lisp


From: Shawn Betts
Subject: Re: [STUMP] contrib/net.lisp
Date: Wed, 22 Apr 2009 01:35:40 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Hi Vitaly, I've added your net.lisp to contrib/. Thanks!

Vitaly Mayatskikh <address@hidden> writes:

> It flickers quite often with mpd, cpu, bat and time stuff in the
> mode line. Select-from-menu with Morgan's scroll patch flickers like
> mad. /me wish stumpwm will use some kind of double buffering some
> day... ;)

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.

-Shawn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]