Commit d9b1272f authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Screen.c: more TEST output

parent 0e496e5d
...@@ -1781,6 +1781,11 @@ N/A ...@@ -1781,6 +1781,11 @@ N/A
fprintf(stderr, "NXAGENT_WINDOW_ID: SCREEN_WINDOW:[%d],WID:[0x%x]\n", pScreen->myNum, nxagentDefaultWindows[pScreen->myNum]); 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) if (nxagentOption(Rootless) == 0)
{ {
valuemask = CWEventMask; valuemask = CWEventMask;
...@@ -1801,12 +1806,12 @@ N/A ...@@ -1801,12 +1806,12 @@ N/A
{ {
fprintf(stderr, "NXAGENT_WINDOW_ID: INPUT_WINDOW:[%d],WID:[0x%x]\n", pScreen->myNum, nxagentInputWindows[pScreen->myNum]); fprintf(stderr, "NXAGENT_WINDOW_ID: INPUT_WINDOW:[%d],WID:[0x%x]\n", pScreen->myNum, nxagentInputWindows[pScreen->myNum]);
} }
}
#ifdef TEST #ifdef TEST
fprintf(stderr, "nxagentOpenScreen: Created new default window with id [0x%x].\n", fprintf(stderr, "nxagentOpenScreen: Created new input window for screen [%d] with id [0x%x].\n",
nxagentDefaultWindows[pScreen->myNum]); pScreen->myNum, nxagentInputWindows[pScreen->myNum]);
#endif #endif
}
/* /*
* Setting WM_CLASS to "X2GoAgent" when running in X2Go Agent mode * Setting WM_CLASS to "X2GoAgent" when running in X2Go Agent mode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment