Re: [dwm] Bug in monocle (dwm 4.8 and hg tip)

From: Szabolcs Nagy <nszabolcs_AT_gmail.com>
Date: Mon, 17 Mar 2008 16:47:51 +0100

On 3/17/08, Nibble <nibble_AT_develsec.org> wrote:
> I think there is a bug in monocle(void), where
> resize(c, mox, moy, mow, moh, RESIZEHINTS);
> should be:
> resize(c, mox, moy, mow - 2 * c->border, moh - 2 * c->border, RESIZEHINTS);

or
resize(c, mox - c->border, moy - c->border, mow, moh, RESIZEHINTS);
Received on Mon Mar 17 2008 - 16:48:04 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:26:32 UTC