mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 00:48:04 +02: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:
parent
9d9461a14d
commit
fdda766856
1 changed files with 1 additions and 0 deletions
|
|
@ -208,6 +208,7 @@ xnestCollectEvents(void)
|
|||
case MapNotify:
|
||||
case ReparentNotify:
|
||||
case UnmapNotify:
|
||||
case NoExpose:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue