diff --git a/hw/xnest/Events.c b/hw/xnest/Events.c index a580c4ce2..482c5fda8 100644 --- a/hw/xnest/Events.c +++ b/hw/xnest/Events.c @@ -196,6 +196,14 @@ xnestCollectEvents() X.xdestroywindow.window == xnestParentWindow) exit (0); break; + + case CirculateNotify: + case ConfigureNotify: + case GravityNotify: + case MapNotify: + case ReparentNotify: + case UnmapNotify: + break; default: ErrorF("xnest warning: unhandled event\n");