X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/77044e876511f51c34bde379d89e2de754707ee6..9e56e1ded6889335035c8ffbe2763d3d83978673:/layout.c 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)