Commit fb03e31e authored by Ulrich Sibiller's avatar Ulrich Sibiller

GC.c: reformat comments

parent 5b3af018
...@@ -319,11 +319,11 @@ void nxagentChangeGC(GCPtr pGC, unsigned long mask) ...@@ -319,11 +319,11 @@ void nxagentChangeGC(GCPtr pGC, unsigned long mask)
nxagentGCTrap == 0) nxagentGCTrap == 0)
{ {
/* /*
* If the tile is corrupted and is not too much large, it can * If the tile is corrupted and is not too large, it can be
* be synchronized imme- diately. In the other cases, the tile * synchronized immediately. In the other cases, the tile is
* is cleared with a solid color to become usable. This * cleared with a solid color to become usable. This approach
* approach should solve the high delay on slow links waiting * should solve the high delay on slow links waiting for a
* for a background tile to be synchronized. * background tile to be synchronized.
*/ */
if (nxagentOption(DeferLevel) >= 2 && if (nxagentOption(DeferLevel) >= 2 &&
......
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