aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2020-11-09 21:17:45 +0100
committerUlrich Sibiller <uli42@gmx.de>2021-01-15 18:23:13 +0100
commitc1843ef88265427e0d61986725ecfc8df7b9290b (patch)
tree1441f71f1c9a9e6d6423d703c8f58d1e0e1ebbd3
parent432cc0ca416dec1fe955cf3537482f7a521f0506 (diff)
downloadnx-libs-c1843ef88265427e0d61986725ecfc8df7b9290b.tar.gz
nx-libs-c1843ef88265427e0d61986725ecfc8df7b9290b.tar.bz2
nx-libs-c1843ef88265427e0d61986725ecfc8df7b9290b.zip
Handlers.c: use the same boolean values as in NXdispatch.c
although there is no functional difference...
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Handlers.c4
1 files 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