X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=layout.c;fp=layout.c;h=4fb0be3ff7c0447d7c26f9ea1ac5c4c9c5b34de9;hb=9e56e1ded6889335035c8ffbe2763d3d83978673;hp=a660fd7dd93c9527b64288d4a4b9da85685270a4;hpb=e4ad3205995865f53b806a912bc7beb44fb90598;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)