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

From: Nibble <nibble_AT_develsec.org>
Date: Mon, 17 Mar 2008 16:22:49 +0100

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);

Kind regards,
Nibble
Received on Mon Mar 17 2008 - 16:23:09 UTC

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