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