new stuff, fixed several issues

This commit is contained in:
Anselm R. Garbe
2006-07-12 17:50:31 +02:00
parent 2e836ecce1
commit b1701adf75
6 changed files with 13 additions and 12 deletions

View File

@ -186,11 +186,11 @@ propertynotify(XEvent *e)
if(ev->state == PropertyDelete)
return; /* ignore */
if(ev->atom == wm_atom[WMProtocols]) {
c->proto = win_proto(c->win);
return;
}
if((c = getclient(ev->window))) {
if(ev->atom == wm_atom[WMProtocols]) {
c->proto = win_proto(c->win);
return;
}
switch (ev->atom) {
default: break;
case XA_WM_TRANSIENT_FOR: