[client] x11: cosmetics

This commit is contained in:
Geoffrey McRae 2021-04-29 12:26:18 +10:00
parent 3912d3411c
commit 4c0c8f804f

View File

@ -611,7 +611,7 @@ static int x11EventThread(void * unused)
break;
}
case PropertyNotify:
case PropertyNotify:
// ignore property events that are not for us
if (xe.xproperty.display != x11.display ||
xe.xproperty.window != x11.window ||