Xnest: ignore NoExpose event

Sometimes getting NoExpose event from upstream xserver, where
we've got nothing actually to do.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1399>
(cherry picked from commit b15f0204b2)
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-15 16:01:57 +01:00
committed by Alan Coopersmith
parent 9d9461a14d
commit fdda766856

View File

@@ -208,6 +208,7 @@ xnestCollectEvents(void)
case MapNotify:
case ReparentNotify:
case UnmapNotify:
case NoExpose:
break;
default: