Re: [dwm] hg tip / upcoming 4.9

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Tue, 25 Mar 2008 10:33:28 +0100

On Mon, Mar 24, 2008 at 11:44:24PM +0100, Peter Hartlich wrote:
> >> There's an off-by-one error: If the geometry indicator is not present
> >> and you click (button 1) on one of the leftmost pixels of the bar, it
> >> toggles the layout instead of selecting the first tag. If none of the
> >> indicators are present, clicking there does nothing at all.
>
> > The attached patch seems to fix this.
>
> Sorry for the noise, but it is probably more correct to remove the
> "ev->x > bgw" check. See attachment.

No, your other fix is more correct. It should be ev->x >= bgw &&
ev->x < x.

Kind regards,

-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361
Received on Tue Mar 25 2008 - 10:33:28 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:28:31 UTC