Patch submitted to Red Hat bugzilla by Mark McLoughlin to fix the following bugs: Fixes bugs: https://bugs.freedesktop.org/show_bug.cgi?id=3513 And the first part of bug: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=162246 Mike A. Harris --- xc/programs/Xserver/hw/xnest/Events.c.xnest-fix-warning-spew-fdo3513 2005-07-01 14:40:29.000000000 +0100 +++ xc/programs/Xserver/hw/xnest/Events.c 2005-07-01 14:43:52.000000000 +0100 @@ -205,6 +205,14 @@ 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");