Re: [dwm] dwm-3.1 / dmenu-2.0

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Tue, 16 Jan 2007 21:29:39 +0100

On Tue, Jan 16, 2007 at 07:03:54PM +0100, Szabolcs Nagy wrote:
> >
> >if(c == nexttiled(c) && !nexttiled(c->next))
> >{
> >c->w =waw;
> >c->h = wah;
> >wc.border_width = 0;
> >}
> >
> nice but
> nexttiled is static in view.c and this code should go in client.c
> does not handle the "more window, but one of them is maximised" case
> but something similar should work

nexttiled is static because it belongs to view.c only (client is
intended to be kept independent from the layout/mode stuff).

Regards,

-- 
 Anselm R. Garbe >< http://suckless.org/~arg/ >< GPG key: 0D73F361
Received on Tue Jan 16 2007 - 21:29:39 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:35:04 UTC