[hackers] [dwm] fixed two comments

From: <arg_AT_suckless.org>
Date: Thu Oct 18 17:04:27 2007

changeset: 1037:6f07d607d607
tag: tip
user: arg_AT_suckless.org
date: Thu Oct 18 17:02:19 2007 +0200
summary: fixed two comments

diff -r e6188cb17fa1 -r 6f07d607d607 dwm.c
--- a/dwm.c Thu Oct 18 10:28:41 2007 +0200
+++ b/dwm.c Thu Oct 18 17:02:19 2007 +0200
@@ -111,7 +111,7 @@ typedef struct {
         regex_t *tagregex;
 } Regs;
 
-/* functions */
+/* function declarations */
 void applyrules(Client *c);
 void arrange(void);
 void attach(Client *c);
@@ -236,6 +236,8 @@ unsigned int ntags = sizeof tags / sizeo
 unsigned int ntags = sizeof tags / sizeof tags[0];
 Bool seltags[sizeof tags / sizeof tags[0]] = {[0] = True};
 Bool prevtags[sizeof tags / sizeof tags[0]] = {[0] = True};
+
+/* function implementations */
 void
 applyrules(Client *c) {
         static char buf[512];
Received on Thu Oct 18 2007 - 17:04:27 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:58:34 UTC