diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-09-06 14:22:23 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2020-01-05 22:37:36 +0100 |
commit | d87988aa2b8bfb4dbab6a9f36a6ccd587088ecba (patch) | |
tree | 257830bc0b2f66583af247dc9f6d5f95432f75da | |
parent | 8e66435a54f2d8c74249329503555e3e216b369b (diff) | |
download | nx-libs-d87988aa2b8bfb4dbab6a9f36a6ccd587088ecba.tar.gz nx-libs-d87988aa2b8bfb4dbab6a9f36a6ccd587088ecba.tar.bz2 nx-libs-d87988aa2b8bfb4dbab6a9f36a6ccd587088ecba.zip |
Handlers.c: reformat comments
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Handlers.c | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Handlers.c b/nx-X11/programs/Xserver/hw/nxagent/Handlers.c index 2c0ee731a..f1455b935 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Handlers.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Handlers.c @@ -287,22 +287,19 @@ void nxagentBlockHandler(void * data, struct timeval **timeout, void * mask) /* * The synchronization function requires a mask as parameter: * - * EVENT_BREAK Breaks if an user input, like - * a key press or a mouse move, - * is detected. + * EVENT_BREAK Breaks if an user input, like a key press + * or a mouse move, is detected. * - * CONGESTION_BREAK Breaks if the congestion beco- - * mes greater than 4. + * CONGESTION_BREAK Breaks if the congestion becomes greater + * than 4. * - * BLOCKING_BREAK Breaks if the display descript- - * or becomes blocked for write - * during the loop. + * BLOCKING_BREAK Breaks if the display descriptor becomes + * blocked for write during the loop. * - * ALWAYS_BREAK Any of the previous conditions - * is met. + * ALWAYS_BREAK Any of the previous conditions is met. * - * NEVER_BREAK The loop continues until all - * the drawables are synchronized. + * NEVER_BREAK The loop continues until all the drawables + * are synchronized. */ if (synchronize == 1) |