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

From: Nibble <nibble_AT_develsec.org>
Date: Mon, 17 Mar 2008 17:06:14 +0100

El Lunes, 17 de Marzo de 2008 16:47:51 Szabolcs Nagy escribió:
> 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);

Yes. But in that way, using xinerama you'd see the border in the other screen
(e.g. dual screen setup), i think.

Nibble
Received on Mon Mar 17 2008 - 17:06:38 UTC

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