mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[client] x11: cosmetics
This commit is contained in:
parent
3912d3411c
commit
4c0c8f804f
@ -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 ||
|
||||
|
Loading…
Reference in New Issue
Block a user