aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2020-02-04 19:15:31 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-05-07 14:57:21 +0200
commit17ab45b921c2e17437d585cb3e9d62ca73ab04c5 (patch)
treede090943b46e3fe0f666d7d5c79396a0d71396d6
parente9f628fd250dc943f2d7ae5005f790c7f6a27b5f (diff)
downloadnx-libs-17ab45b921c2e17437d585cb3e9d62ca73ab04c5.tar.gz
nx-libs-17ab45b921c2e17437d585cb3e9d62ca73ab04c5.tar.bz2
nx-libs-17ab45b921c2e17437d585cb3e9d62ca73ab04c5.zip
XlibInt.c: reformat some comments
-rw-r--r--nx-X11/lib/src/XlibInt.c35
1 files changed, 15 insertions, 20 deletions
diff --git a/nx-X11/lib/src/XlibInt.c b/nx-X11/lib/src/XlibInt.c
index 02c1394d2..0c27f34da 100644
--- a/nx-X11/lib/src/XlibInt.c
+++ b/nx-X11/lib/src/XlibInt.c
@@ -128,14 +128,12 @@ xthread_t (*_Xthread_self_fn)(void) = NULL;
static struct timeval retry;
/*
- * From Xtranssock.c. Presently the congestion state
- * is reported by the proxy to the application, by
- * invoking the callback directly. The function will
- * be possibly used in the future, to be able to track
- * the bandwidth usage even when the NX transport is
- * not running. Note that in this sample implementation
- * the congestion state is checked very often and can
- * be surely optimized.
+ * From Xtranssock.c. Presently the congestion state is reported by
+ * the proxy to the application, by invoking the callback
+ * directly. The function will be possibly used in the future, to be
+ * able to track the bandwidth usage even when the NX transport is not
+ * running. Note that in this sample implementation the congestion
+ * state is checked very often and can be surely optimized.
*/
#ifdef NX_TRANS_CHANGE
@@ -2207,9 +2205,8 @@ _XReply (
#ifdef NX_TRANS_SOCKET
/*
- * We are going to block waiting for the remote
- * X server. Be sure that the proxy has flushed
- * all the data.
+ * We are going to block waiting for the remote X server. Be sure
+ * that the proxy has flushed all the data.
*/
#ifdef NX_TRANS_TEST
@@ -2283,8 +2280,8 @@ _XReply (
UnlockNextReplyReader(dpy);
#ifdef NX_TRANS_SOCKET
/*
- * The original code has provision
- * for returning already.
+ * The original code has provision for returning
+ * already.
*/
#endif
_XIOError (dpy);
@@ -2413,8 +2410,7 @@ _XAsyncReply(
#ifdef NX_TRANS_SOCKET
/*
- * The original code has provision
- * for returning already.
+ * The original code has provision for returning already.
*/
#endif
@@ -3726,11 +3722,10 @@ _XIOError (
_XDefaultIOError(dpy);
#ifdef NX_TRANS_SOCKET
/*
- * Check if we are supposed to return in the case
- * of a display failure. The client which originated
- * the X operation will have to check the value of
- * the XlibDisplayIOError flag and handle appropria-
- * tely the display disconnection.
+ * Check if we are supposed to return in the case of a display
+ * failure. The client which originated the X operation will have
+ * to check the value of the XlibDisplayIOError flag and handle
+ * appropriately the display disconnection.
*/
if (_NXHandleDisplayError == 0)