Re: [dev] [libsl] [PATCH 3/4] drw: fixup drw_rect function
On Tue, Apr 21, 2015 at 11:37 PM, Markus Teich
<markus.teich_AT_stusta.mhn.de> wrote:
> + if (filled)
> + XFillRectangle(drw->dpy, drw->drawable, drw->gc, x, y, w, h);
I think this should be:
XFillRectangle(drw->dpy, drw->drawable, drw->gc, x, y, w + 1, h + 1);
(see diffed code).
Kind regards,
HIltjo
Received on Mon May 04 2015 - 22:39:07 CEST
This archive was generated by hypermail 2.3.0
: Mon May 04 2015 - 22:48:15 CEST