else
configure(c);
XSync(dpy, False);
- if(c->isfloat)
- resize(c, False, TopLeft);
+ if(c->isfloat) {
+ if(isvisible(c))
+ resize(c, False, TopLeft);
+ }
else
arrange(NULL);
}
}
if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
updatetitle(c);
+ resizetitle(c);
drawtitle(c);
}
}