|
|
@ -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;
|
|
|
|