Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
renamed drawstatus into drawbar
[dwm.git]
/
draw.c
diff --git
a/draw.c
b/draw.c
index
175017b
..
eaad7fc
100644
(file)
--- a/
draw.c
+++ b/
draw.c
@@
-1,6
+1,4
@@
-/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
- * See LICENSE file for license details.
- */
+/* See LICENSE file for copyright and license details. */
#include "dwm.h"
#include <string.h>
#include "dwm.h"
#include <string.h>
@@
-51,13
+49,13
@@
textnw(const char *text, unsigned int len) {
/* extern */
void
/* extern */
void
-draw
status
(void) {
+draw
bar
(void) {
int i, x;
dc.x = dc.y = 0;
for(i = 0; i < ntags; i++) {
dc.w = textw(tags[i]);
int i, x;
dc.x = dc.y = 0;
for(i = 0; i < ntags; i++) {
dc.w = textw(tags[i]);
- if(seltag[i]) {
+ if(seltag
s
[i]) {
drawtext(tags[i], dc.sel);
drawsquare(sel && sel->tags[i], isoccupied(i), dc.sel);
}
drawtext(tags[i], dc.sel);
drawsquare(sel && sel->tags[i], isoccupied(i), dc.sel);
}
@@
-68,7
+66,7
@@
drawstatus(void) {
dc.x += dc.w;
}
dc.w = blw;
dc.x += dc.w;
}
dc.w = blw;
- drawtext(
lt->symbol
, dc.norm);
+ drawtext(
getsymbol()
, dc.norm);
x = dc.x + dc.w;
dc.w = textw(stext);
dc.x = sw - dc.w;
x = dc.x + dc.w;
dc.w = textw(stext);
dc.x = sw - dc.w;