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>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-02-15 16:01:57 +01:00 committed by Marge Bot
parent 57254ca23c
commit b15f0204b2

View File

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