projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2373940
)
fix of typo, thx to Enno Gottox Boland
author
Premysl Hruby
<dfenze@gmail.com>
Thu, 12 Feb 2009 16:26:12 +0000
(17:26 +0100)
committer
Premysl Hruby
<dfenze@gmail.com>
Thu, 12 Feb 2009 16:26:12 +0000
(17:26 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index db9e9c0c0056a35329db8f32a0933bc0bcc78e3d..cfe1e7bf415947391acc4ec3669ecd35af490ca2 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 */