X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=layout.c;h=4fb0be3ff7c0447d7c26f9ea1ac5c4c9c5b34de9;hb=feec92df8449f14836b8681f4e56f2afeea4faf6;hp=a660fd7dd93c9527b64288d4a4b9da85685270a4;hpb=77044e876511f51c34bde379d89e2de754707ee6;p=dwm.git diff --git a/layout.c b/layout.c index a660fd7..4fb0be3 100644 --- a/layout.c +++ b/layout.c @@ -2,6 +2,8 @@ #include "dwm.h" #include +/* static */ + typedef struct { const char *symbol; void (*arrange)(void); @@ -10,10 +12,8 @@ typedef struct { 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)