mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Bug #3513: Silence unhandled event messages from Xnest when running with
-parent. (Mark McLoughlin)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user