aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Screen.c15
1 files 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