mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] x11: cosmetics
This commit is contained in:
parent
3912d3411c
commit
4c0c8f804f
@ -611,7 +611,7 @@ static int x11EventThread(void * unused)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case PropertyNotify:
|
case PropertyNotify:
|
||||||
// ignore property events that are not for us
|
// ignore property events that are not for us
|
||||||
if (xe.xproperty.display != x11.display ||
|
if (xe.xproperty.display != x11.display ||
|
||||||
xe.xproperty.window != x11.window ||
|
xe.xproperty.window != x11.window ||
|
||||||
|
Loading…
Reference in New Issue
Block a user