config.default.h
changeset 944 bd5cf635c601
parent 943 d0b93818f723
child 956 484245788760
equal deleted inserted replaced
943:d0b93818f723 944:bd5cf635c601
    24 	{ "Acroread",			NULL,		True }, \
    24 	{ "Acroread",			NULL,		True }, \
    25 };
    25 };
    26 
    26 
    27 /* layout(s) */
    27 /* layout(s) */
    28 #include "tile.h"
    28 #include "tile.h"
    29 #include "float.h"
       
    30 #define LAYOUTS \
    29 #define LAYOUTS \
    31 static Layout layout[] = { \
    30 static Layout layout[] = { \
    32 	/* symbol		function */ \
    31 	/* symbol		function */ \
    33 	{ "[]=",		tile }, /* first entry is default */ \
    32 	{ "[]=",		tile }, /* first entry is default */ \
    34 	{ "><>",		floating }, \
    33 	{ "><>",		floating }, \