mirror of
git://git.suckless.org/dwm
synced 2025-07-25 01:02:07 -07:00
fix of typo, thx to Enno Gottox Boland
This commit is contained in:
2
dwm.c
2
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 */
|
||||
|
Reference in New Issue
Block a user