cache is already invalidated
This commit is contained in:
parent
6483b36389
commit
df121e7c03
4
event.c
4
event.c
|
@ -379,11 +379,7 @@ handle_event_propertynotify(XEvent * e)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if(ev->atom == XA_WM_NAME || ev->atom == XInternAtom(globalconf.display, "_NET_WM_NAME", False))
|
if(ev->atom == XA_WM_NAME || ev->atom == XInternAtom(globalconf.display, "_NET_WM_NAME", False))
|
||||||
{
|
|
||||||
client_updatetitle(c);
|
client_updatetitle(c);
|
||||||
if(c == globalconf.focus->client)
|
|
||||||
widget_invalidate_cache(c->screen, WIDGET_CACHE_CLIENTS);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue