nx-libs
nx-libs copied to clipboard
Splash logo not visible on reconnect
According to the code there should be the splash logon on reconnect. However, I only can see it when I add sleep(1);
after XFlush() in Reconnect.c
525 XFlush(nxagentDisplay);
526
527 NXTransContinue(NULL);