X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/e6cbe9c11e88537d74eb094ba5844f71ee57f268..789717d109016279bd541efe5b72899fbcf68335:/draw.c diff --git a/draw.c b/draw.c index ec0e964..b8cfffd 100644 --- a/draw.c +++ b/draw.c @@ -8,7 +8,7 @@ #include #include -/* static functions */ +/* static */ static void drawborder(void) @@ -90,7 +90,7 @@ drawtext(const char *text, Bool invert, Bool border) } } -/* extern functions */ +/* extern */ void drawall()