aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Events.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Events.c b/nx-X11/programs/Xserver/hw/nxagent/Events.c
index a678e3841..0340e0b57 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Events.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Events.c
@@ -2881,6 +2881,11 @@ int nxagentHandleXFixesSelectionNotify(XEvent *X)
return 0;
}
+ /*
+ * Realistically the only situation where we can receive
+ * WindowDestroy or ClientClose will also end nxagent, so we do not
+ * need to handle them. But the code is here, so let's keep it.
+ */
if (xfixesEvent -> xfixesselection.subtype == SelectionSetOwner||
xfixesEvent -> xfixesselection.subtype == SelectionWindowDestroy ||
xfixesEvent -> xfixesselection.subtype == SelectionClientClose)