Commit d87988aa authored by Ulrich Sibiller's avatar Ulrich Sibiller

Handlers.c: reformat comments

parent 8e66435a
...@@ -287,22 +287,19 @@ void nxagentBlockHandler(void * data, struct timeval **timeout, void * mask) ...@@ -287,22 +287,19 @@ void nxagentBlockHandler(void * data, struct timeval **timeout, void * mask)
/* /*
* The synchronization function requires a mask as parameter: * The synchronization function requires a mask as parameter:
* *
* EVENT_BREAK Breaks if an user input, like * EVENT_BREAK Breaks if an user input, like a key press
* a key press or a mouse move, * or a mouse move, is detected.
* is detected.
* *
* CONGESTION_BREAK Breaks if the congestion beco- * CONGESTION_BREAK Breaks if the congestion becomes greater
* mes greater than 4. * than 4.
* *
* BLOCKING_BREAK Breaks if the display descript- * BLOCKING_BREAK Breaks if the display descriptor becomes
* or becomes blocked for write * blocked for write during the loop.
* during the loop.
* *
* ALWAYS_BREAK Any of the previous conditions * ALWAYS_BREAK Any of the previous conditions is met.
* is met.
* *
* NEVER_BREAK The loop continues until all * NEVER_BREAK The loop continues until all the drawables
* the drawables are synchronized. * are synchronized.
*/ */
if (synchronize == 1) if (synchronize == 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment