Re: [dwm] please test hg tip and lemme know any issues

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Wed, 19 Sep 2007 17:34:42 +0200

On Wed, Sep 19, 2007 at 12:29:19AM +0200, y i y u s wrote:
> 2007/9/18, Anselm R. Garbe <arg_AT_suckless.org>:
> > Hi there,
> >
> > I keep in mind testing the togglemax-patch, but please let me
> > know any issues in hg tip.
> >
>
> Fallback to fixed font isn't working here. It looks like you are
> checking the error with an or instead of an and, in initfont:
>
> if(!(dc.font.xfont = XLoadQueryFont(dpy, fontstr))
> || !(dc.font.xfont = XLoadQueryFont(dpy, "fixed")))
>
> and imo it should be:
>
> if(!(dc.font.xfont = XLoadQueryFont(dpy, fontstr))
> && !(dc.font.xfont = XLoadQueryFont(dpy, "fixed")))

Fixed in hg tip! Thank you!

Regards,

-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361
Received on Wed Sep 19 2007 - 17:34:42 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:53:44 UTC