Attempt to fix new window title race in fvwm

This commit is contained in:
o9000
2015-05-08 21:49:26 +02:00
parent d2ee0a481f
commit 5450dcca0b
2 changed files with 5 additions and 2 deletions

View File

@@ -727,6 +727,7 @@ void event_property_notify (XEvent *e)
}
else {
tsk = task_get_task (win);
//printf("change win = %u, task = %p\n", win, tsk);
if (!tsk) {
if (at != server.atom._NET_WM_STATE)
return;