Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
simplified Makefile
[dwm.git]
/
draw.c
diff --git
a/draw.c
b/draw.c
index
ec0e964
..
b8cfffd
100644
(file)
--- a/
draw.c
+++ b/
draw.c
@@
-8,7
+8,7
@@
#include <string.h>
#include <X11/Xlocale.h>
-/* static
functions
*/
+/* static */
static void
drawborder(void)
@@
-90,7
+90,7
@@
drawtext(const char *text, Bool invert, Bool border)
}
}
-/* extern
functions
*/
+/* extern */
void
drawall()