mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Alan Coopersmith
parent
9d9461a14d
commit
fdda766856
@@ -208,6 +208,7 @@ xnestCollectEvents(void)
|
||||
case MapNotify:
|
||||
case ReparentNotify:
|
||||
case UnmapNotify:
|
||||
case NoExpose:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user