Re: [dwm] Fibonacci patch ported to 4.6 (update)

From: Xavier <shiningxc_AT_gmail.com>
Date: Fri, 12 Oct 2007 10:56:12 +0200

On Fri, Oct 12, 2007 at 10:09:51AM +0200, Anselm R. Garbe wrote:
> Well, I'd prefer that declare the stuff you need from dwm.c as
> externals, simply because they aren't declared as static there.
>
> At the beginning of fibonacci.c or .h add:
>
> extern Client *nexttiled(Client *c);
> extern int screen, sx, sy, sw, sh, wax, way, waw, wah;
> extern Client *clients;
>
> Then there is no need to put them into dwm.h. The only annoying
> thing is that all extension need to include the Client
> definition imho.
>

Ah ok, well I added these declarations at the beginning of fibonacci.c, as
well as 3 functions I missed : focus, resize and restack.
Hopefully it's right now.

Received on Fri Oct 12 2007 - 10:56:42 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:59:24 UTC