1
0
Fork 1
mirror of https://git.suckless.org/dwm synced 2025-02-20 06:57:27 -08:00

removed the comment again

This commit is contained in:
Anselm R Garbe 2008-03-13 16:30:29 +00:00
parent 831428b00c
commit 1380569133

3
dwm.c
View file

@ -96,8 +96,7 @@ typedef struct {
const char *symbol; const char *symbol;
void (*arrange)(void); void (*arrange)(void);
Bool isfloating; Bool isfloating;
} Layout; /* TODO: layout should keep an auxilliary pointer to its Geometry, } Layout;
instead of having all those layout specific vars globally */
typedef struct { typedef struct {
const char *prop; const char *prop;