dwm.c
changeset 1142 db3b21ba52e8
parent 1141 fa19c918d250
child 1143 9e633f87c9c0
equal deleted inserted replaced
1141:fa19c918d250 1142:db3b21ba52e8
    94 
    94 
    95 typedef struct {
    95 typedef struct {
    96 	const char *symbol;
    96 	const char *symbol;
    97 	void (*arrange)(void);
    97 	void (*arrange)(void);
    98 	Bool isfloating;
    98 	Bool isfloating;
    99 } Layout;
    99 } Layout; /* TODO: layout should keep an auxilliary pointer to its Geometry,
       
   100 	     instead of having all those layout specific vars globally */
   100 
   101 
   101 typedef struct {
   102 typedef struct {
   102 	const char *prop;
   103 	const char *prop;
   103 	const char *tag;
   104 	const char *tag;
   104 	Bool isfloating;
   105 	Bool isfloating;