Re: [dwm] hg tip minor modification proposals

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Tue, 6 May 2008 16:53:03 +0200

Applied, thanks.

On Mon, May 05, 2008 at 08:29:58PM +0200, Szabolcs Nagy wrote:
> 1 unnecessary space after Layout definition
> 2 some may need lt in their config (eg i use lt->isfloating in my
> pushup/down algo)
>
> --- a/dwm.c Mon May 05 20:06:43 2008 +0200
> +++ b/dwm.c Mon May 05 20:26:51 2008 +0200
> @@ -112,7 +112,7 @@
> const char *symbol;
> void (*arrange)(void);
> Bool isfloating;
> -} Layout;
> +} Layout;
>
> typedef struct {
> const char *class;
> @@ -244,10 +244,12 @@
> Window root, barwin;
>
> /* configuration, allows nested code to access above variables */
> +Layout layouts[];
> +Geom geoms[];
> +Layout *lt = layouts;
> +Geom *geom = geoms;
> #include "config.h"
> #define TAGSZ (LENGTH(tags) * sizeof(Bool))
> -Layout *lt = layouts;
> -Geom *geom = geoms;
>

-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361
Received on Tue May 06 2008 - 16:53:03 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:37:41 UTC