[X2Go-Commits] [nx-libs] 396/429: NXEvents.c: improve debugging

git-admin at x2go.org git-admin at x2go.org
Mon Oct 18 09:37:15 CEST 2021


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit bee3d3205655b5e624c1fd25816f078d0850c74c
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Wed Mar 17 22:44:35 2021 +0100

    NXEvents.c: improve debugging
---
 nx-X11/programs/Xserver/hw/nxagent/NXevents.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/NXevents.c b/nx-X11/programs/Xserver/hw/nxagent/NXevents.c
index 50ecef09b..0249fc0a8 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/NXevents.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/NXevents.c
@@ -433,6 +433,9 @@ ProcSendEvent(ClientPtr client)
 
     if (stuff -> event.u.u.type == SelectionNotify)
     {
+        #ifdef DEBUG
+        fprintf(stderr, "%s: sending SelectionNotify to ourselves"\n, __func__);
+        #endif
         if (nxagentSendNotificationToSelfViaXServer(&stuff->event) == 1)
             return Success;
     }

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list