aboutsummaryrefslogtreecommitdiff
path: root/draw.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-17 09:12:29 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-17 09:12:29 +0200
commitbf357945070a9f4722b8dcbf61d61b34d1aae0aa (patch)
tree042634c777b10f3689d9aa530db54dddaa14cf12 /draw.c
parente7438365417ba4bb0cff56b44b029c797be18fe5 (diff)
ordered variables in structs and source files alphabetically
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/draw.c b/draw.c
index ec0e964..b8cfffd 100644
--- 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()