Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
fix of typo, thx to Enno Gottox Boland
[dwm.git]
/
dwm.c
diff --git
a/dwm.c
b/dwm.c
index
db9e9c0
..
cfe1e7b
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1015,7
+1015,7
@@
propertynotify(XEvent *e) {
Window trans;
XPropertyEvent *ev = &e->xproperty;
- if((ev->window == root) && (ev->atom = XA_WM_NAME))
+ if((ev->window == root) && (ev->atom =
=
XA_WM_NAME))
updatestatus();
else if(ev->state == PropertyDelete)
return; /* ignore */