aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Handlers.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-16 00:19:38 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-16 00:19:38 +0100
commitb66699555d2e2503926f01a9c192481e01812399 (patch)
treefa7f275b0bc74c3ed8e85538602ed8b6a8a0f4c2 /nx-X11/programs/Xserver/hw/nxagent/Handlers.c
parent3523d15e2a9f84e2136e3370129a9bea0e16e072 (diff)
parent97a69b95ac3018f9a8838b09df28a0f33c484a0d (diff)
downloadnx-libs-b66699555d2e2503926f01a9c192481e01812399.tar.gz
nx-libs-b66699555d2e2503926f01a9c192481e01812399.tar.bz2
nx-libs-b66699555d2e2503926f01a9c192481e01812399.zip
Merge branch 'uli42-pr/various6' into 3.6.x
Attributes GH PR #979: https://github.com/ArcticaProject/nx-libs/pull/979
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Handlers.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Handlers.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Handlers.c b/nx-X11/programs/Xserver/hw/nxagent/Handlers.c
index d00b13d77..639e3429e 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Handlers.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Handlers.c
@@ -123,6 +123,9 @@ Bool nxagentXdmcpAlertUp = False;
int nxagentBuffer;
Bool nxagentBlocking;
+
+/* FIXME: nxagentCongestion is checked as a Boolean and as an Integer
+ (>= 4) at the same time which is weird at least */
int nxagentCongestion;
double nxagentBytesIn;
@@ -1017,7 +1020,7 @@ void nxagentDispatchHandler(ClientPtr client, int in, int out)
nxagentDispatch.in = nxagentBytesIn;
nxagentDispatch.out = nxagentBytesOut;
- isItTimeToYield = 1;
+ isItTimeToYield = TRUE;
}
#ifdef DEBUG
else
@@ -1126,7 +1129,7 @@ void nxagentDispatchHandler(ClientPtr client, int in, int out)
nxagentDispatch.in = nxagentBytesIn;
nxagentDispatch.out = nxagentBytesOut;
- isItTimeToYield = 1;
+ isItTimeToYield = TRUE;
}
#ifdef DEBUG
else