From b15f0204b27e4aab6c976b8f6a06a7b52451049e Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 15 Feb 2024 16:01:57 +0100 Subject: [PATCH] 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 Part-of: --- hw/xnest/Events.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xnest/Events.c b/hw/xnest/Events.c index f727557ba..517ff7998 100644 --- a/hw/xnest/Events.c +++ b/hw/xnest/Events.c @@ -208,6 +208,7 @@ xnestCollectEvents(void) case MapNotify: case ReparentNotify: case UnmapNotify: + case NoExpose: break; default: