X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/e6cbe9c11e88537d74eb094ba5844f71ee57f268..849e631510ed6533ac930449804e477fe67a43c2:/draw.c?ds=sidebyside 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()