[X2Go-Commits] [nx-libs] 46/219: Screen.c: more TEST output

git-admin at x2go.org git-admin at x2go.org
Sat Sep 28 12:10:19 CEST 2019


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 d9b1272fbd6c5228d75a68a393b098e039c11ab2
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Mon Jun 10 12:09:16 2019 +0200

    Screen.c: more TEST output
---
 nx-X11/programs/Xserver/hw/nxagent/Screen.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/Screen.c b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
index 432bc1b37..8568562c2 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
@@ -1781,6 +1781,11 @@ N/A
         fprintf(stderr, "NXAGENT_WINDOW_ID: SCREEN_WINDOW:[%d],WID:[0x%x]\n", pScreen->myNum, nxagentDefaultWindows[pScreen->myNum]);
       }
 
+      #ifdef TEST
+      fprintf(stderr, "nxagentOpenScreen: Created new default window for screen [%d] with id [0x%x].\n",
+              pScreen->myNum, nxagentDefaultWindows[pScreen->myNum]);
+      #endif
+
       if (nxagentOption(Rootless) == 0)
       {
         valuemask = CWEventMask;
@@ -1801,12 +1806,12 @@ N/A
         {
           fprintf(stderr, "NXAGENT_WINDOW_ID: INPUT_WINDOW:[%d],WID:[0x%x]\n", pScreen->myNum, nxagentInputWindows[pScreen->myNum]);
         }
-      }
 
-      #ifdef TEST
-      fprintf(stderr, "nxagentOpenScreen: Created new default window with id [0x%x].\n",
-              nxagentDefaultWindows[pScreen->myNum]);
-      #endif
+        #ifdef TEST
+        fprintf(stderr, "nxagentOpenScreen: Created new input window for screen [%d] with id [0x%x].\n",
+                pScreen->myNum, nxagentInputWindows[pScreen->myNum]);
+        #endif
+      }
 
       /*
        * Setting WM_CLASS to "X2GoAgent" when running in X2Go Agent mode

--
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