Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
removed swap(), implemented pop for everything
[dwm.git]
/
draw.c
diff --git
a/draw.c
b/draw.c
index
598a667
..
9a469f9
100644
(file)
--- a/
draw.c
+++ b/
draw.c
@@
-1,4
+1,4
@@
-/* (C)opyright MMIV-MMVI Anselm R. Garbe <garbeam at gmail dot com>
+/* (C)opyright MMIV-MMVI
I
Anselm R. Garbe <garbeam at gmail dot com>
* See LICENSE file for license details.
*/
#include "dwm.h"
* See LICENSE file for license details.
*/
#include "dwm.h"
@@
-102,7
+102,7
@@
drawall(void) {
Client *c;
for(c = clients; c; c = getnext(c->next))
Client *c;
for(c = clients; c; c = getnext(c->next))
- draw
title
(c);
+ draw
client
(c);
drawstatus();
}
drawstatus();
}
@@
-138,7
+138,7
@@
drawstatus(void) {
}
void
}
void
-draw
title
(Client *c) {
+draw
client
(Client *c) {
if(c == sel && issel) {
drawstatus();
XUnmapWindow(dpy, c->twin);
if(c == sel && issel) {
drawstatus();
XUnmapWindow(dpy, c->twin);