Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Added tag 0.3 for changeset 7e66082e5092fb0bccd18a3695a0bec52c80fdb2
[dwm.git]
/
draw.c
diff --git
a/draw.c
b/draw.c
index
ec0e964
..
de4bdb0
100644
(file)
--- a/
draw.c
+++ b/
draw.c
@@
-8,7
+8,7
@@
#include <string.h>
#include <X11/Xlocale.h>
#include <string.h>
#include <X11/Xlocale.h>
-/* static
functions
*/
+/* static */
static void
drawborder(void)
static void
drawborder(void)
@@
-90,14
+90,14
@@
drawtext(const char *text, Bool invert, Bool border)
}
}
}
}
-/* extern
functions
*/
+/* extern */
void
drawall()
{
Client *c;
void
drawall()
{
Client *c;
- for(c = clients; c; c = getnext(c->next))
+ for(c = clients; c; c = getnext(c->next
, tsel
))
drawtitle(c);
drawstatus();
}
drawtitle(c);
drawstatus();
}