[X2Go-Commits] [nx-libs] 165/429: Handlers.c: use the same boolean values as in NXdispatch.c
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 18 09:36:22 CEST 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x
in repository nx-libs.
commit c1843ef88265427e0d61986725ecfc8df7b9290b
Author: Ulrich Sibiller <uli42 at gmx.de>
Date: Mon Nov 9 21:17:45 2020 +0100
Handlers.c: use the same boolean values as in NXdispatch.c
although there is no functional difference...
---
nx-X11/programs/Xserver/hw/nxagent/Handlers.c | 4 ++--
1 file changed, 2 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..b573d0a66 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Handlers.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Handlers.c
@@ -1017,7 +1017,7 @@ void nxagentDispatchHandler(ClientPtr client, int in, int out)
nxagentDispatch.in = nxagentBytesIn;
nxagentDispatch.out = nxagentBytesOut;
- isItTimeToYield = 1;
+ isItTimeToYield = TRUE;
}
#ifdef DEBUG
else
@@ -1126,7 +1126,7 @@ void nxagentDispatchHandler(ClientPtr client, int in, int out)
nxagentDispatch.in = nxagentBytesIn;
nxagentDispatch.out = nxagentBytesOut;
- isItTimeToYield = 1;
+ isItTimeToYield = TRUE;
}
#ifdef DEBUG
else
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list