cvsimport

This commit is contained in:
okan
2013-04-05 17:36:02 +00:00
5 changed files with 40 additions and 43 deletions

View File

@@ -203,7 +203,7 @@ xev_handle_propertynotify(XEvent *ee)
break;
}
} else {
TAILQ_FOREACH(sc, &Screenq, entry)
TAILQ_FOREACH(sc, &Screenq, entry)
if (sc->rootwin == e->window)
goto test;
return;