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