This commit is contained in:
okan 2013-05-19 17:01:29 +00:00
parent be72620432
commit 3253f5a4a1

View File

@ -203,14 +203,13 @@ xev_handle_propertynotify(XEvent *ee)
break; break;
} }
} else { } else {
TAILQ_FOREACH(sc, &Screenq, entry) TAILQ_FOREACH(sc, &Screenq, entry) {
if (sc->rootwin == e->window) if (sc->rootwin == e->window) {
goto test;
return;
test:
if (e->atom == ewmh[_NET_DESKTOP_NAMES].atom) if (e->atom == ewmh[_NET_DESKTOP_NAMES].atom)
group_update_names(sc); group_update_names(sc);
} }
}
}
} }
static void static void