added a new comment
This commit is contained in:
parent
c19d4b2930
commit
f2e98f48fb
3
dwm.c
3
dwm.c
@ -96,7 +96,8 @@ typedef struct {
|
|||||||
const char *symbol;
|
const char *symbol;
|
||||||
void (*arrange)(void);
|
void (*arrange)(void);
|
||||||
Bool isfloating;
|
Bool isfloating;
|
||||||
} Layout;
|
} Layout; /* TODO: layout should keep an auxilliary pointer to its Geometry,
|
||||||
|
instead of having all those layout specific vars globally */
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const char *prop;
|
const char *prop;
|
||||||
|
Loading…
Reference in New Issue
Block a user