[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] [PATCH] window list patches
From: |
Shawn Betts |
Subject: |
Re: [RP] [PATCH] window list patches |
Date: |
Tue, 26 Sep 2006 16:38:58 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) |
"Bernhard R. Link" <address@hidden> writes:
> This mail should have the following three patches attached:
>
> avoidupdates.patch:
> Avoid updating window names when receiving a WM_NAME property
> notify but no name changed. This works around an xmms bug.
> (it is from Chris Lesniewski-Laas <address@hidden>, but updated
> so it has the same -p0 format as the others)
Applied!
> dontprolong.patch:
> Avoid resetting the alarm when window names are updated.
> Without that the alarm is reset twice when opening the window
> list and once every time it is updated (As the routine is the
> same for showing other messages).
Instead I moved the marked_message code into marked_message_internal
and all functions that shouldn't reset the timer call
this. marked_message calls marked_message_internal and then resets the
timer. It shoud have the same effect.
> updatewindowlist.patch:
> Update the window list in update_bar. This makes sure the
> window list is updated when another window gets active
> instead of just reshowing the old content in that situation.
Applied!
Thanks Bernhard.
-Shawn
- Re: [RP] [PATCH] window list patches,
Shawn Betts <=