aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2016-08-25 21:43:53 +0200
committerUlrich Sibiller <uli42@gmx.de>2016-10-10 22:52:30 +0200
commit3e75c816d2439b2a565418c0b298d056ce2437bc (patch)
tree43230079edb943866d4eededed38b1768b219eae
parenta497ebf8822928e095a4ccd49538ee798dd6a07e (diff)
downloadnx-libs-3e75c816d2439b2a565418c0b298d056ce2437bc.tar.gz
nx-libs-3e75c816d2439b2a565418c0b298d056ce2437bc.tar.bz2
nx-libs-3e75c816d2439b2a565418c0b298d056ce2437bc.zip
XlibInt.c: shorten one ifdef
-rw-r--r--nx-X11/lib/X11/XlibInt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/XlibInt.c b/nx-X11/lib/X11/XlibInt.c
index 6ecbdc932..7ca1d0d01 100644
--- a/nx-X11/lib/X11/XlibInt.c
+++ b/nx-X11/lib/X11/XlibInt.c
@@ -362,7 +362,7 @@ _XWaitForWritable(
int nfound;
#ifdef NX_TRANS_SOCKET
-#if defined(NX_TRANS_SOCKET) && defined(NX_TRANS_CHANGE)
+#if defined(NX_TRANS_CHANGE)
int congestion;
#endif
if (_XGetIOError(dpy)) {