#include "dwm.h"
#include <stdlib.h>
+/* static */
+
typedef struct {
const char *symbol;
void (*arrange)(void);
unsigned int blw = 0;
static Layout *lt = NULL;
-/* static */
-
static void
-floating(void) {
+floating(void) { /* default floating layout */
Client *c;
for(c = clients; c; c = c->next)