- 27 Aug, 2019 40 commits
-
-
Ulrich Sibiller authored
... not on reconnect. After the reconnect RRCloseScreen was called twice which caused a double free. This was introduced with 3b06ad51 Fixes ArcticaProject/nx-libs#833
-
Mike Gabriel authored
Attributes GH PR #826: https://github.com/ArcticaProject/nx-libs/pull/826
-
Ulrich Sibiller authored
it is only used there, no need for a global variable
-
Ulrich Sibiller authored
was only used once
-
Ulrich Sibiller authored
It is only relevant there.
-
Ulrich Sibiller authored
There were some locations referenceing a variable that was only availabe with NXAGENT_ONSTART set
-
Ulrich Sibiller authored
There was only one (commented) section using it.
-
Ulrich Sibiller authored
This better reflects its purpose: Tell listeners we are ready.
-
Ulrich Sibiller authored
They belong there...
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
Make them defines. Also determine the screen depth dynamically.
-
Ulrich Sibiller authored
We either use a solid black or a white background and no backround pixmap. So nxagentRootTileWindow is always empty and we can drop all stuff around it. remove nxagentSplashCount, too, since it is no longer checked anywhere.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
nobody was checking it.
-
Ulrich Sibiller authored
The splash window is only shown in x2go mode. In nxagent mode the splash window was also shown, but empty (and thus invisible). And the code waited for the splash window to disappear. Fix this by skipping _all_ the splash stuff in nxagent mode.
-
Ulrich Sibiller authored
Before there was no way of getting a white background despite having the approriate code. Backport of this commit: commit cb0a565d2b2cf8823abbd77b4426cc2237731dc1 Author: Daniel Stone <daniel@fooishbar.org> Date: Fri Aug 18 17:04:48 2006 +0300 dix: add whiteroot flag Add a -wr option to use a white root window, and use a BackPixel rather than BackPixmap for both white and black root windows. Fixes ArcticaProject/nx-libs#832
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#733
-
Ulrich Sibiller authored
no more need to pass down a struct, we now only pass the milliseconds and let the function do the rest.
-
Ulrich Sibiller authored
The effect of this was that special keystrokes where detected and passed to the nxagent. E.g. pressing ctrl-alt-f for Fullscreen also produced an "f" in the current input window inside the nxagent.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Mike Gabriel authored
Attributes GH PR #836: https://github.com/ArcticaProject/nx-libs/pull/836
-
Ulrich Sibiller authored
it is only used there, no need for a global variable
-
Ulrich Sibiller authored
was only used once
-
Ulrich Sibiller authored
It is only relevant there.
-
Ulrich Sibiller authored
There were some locations referenceing a variable that was only availabe with NXAGENT_ONSTART set
-
Ulrich Sibiller authored
There was only one (commented) section using it.
-
Ulrich Sibiller authored
This better reflects its purpose: Tell listeners we are ready.
-
Ulrich Sibiller authored
They belong there...
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
Make them defines. Also determine the screen depth dynamically.
-
Ulrich Sibiller authored
We either use a solid black or a white background and no backround pixmap. So nxagentRootTileWindow is always empty and we can drop all stuff around it. remove nxagentSplashCount, too, since it is no longer checked anywhere.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
nobody was checking it.
-
Ulrich Sibiller authored
The splash window is only shown in x2go mode. In nxagent mode the splash window was also shown, but empty (and thus invisible). And the code waited for the splash window to disappear. Fix this by skipping _all_ the splash stuff in nxagent mode.
-
Ulrich Sibiller authored
Before there was no way of getting a white background despite having the approriate code. Backport of this commit: commit cb0a565d2b2cf8823abbd77b4426cc2237731dc1 Author: Daniel Stone <daniel@fooishbar.org> Date: Fri Aug 18 17:04:48 2006 +0300 dix: add whiteroot flag Add a -wr option to use a white root window, and use a BackPixel rather than BackPixmap for both white and black root windows. Fixes ArcticaProject/nx-libs#832
-
Ulrich Sibiller authored
-