Commit 0a802713 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Image.c: fix indentation

parent 602d4b82
......@@ -644,23 +644,23 @@ FIXME: Should use these.
pDrawable -> depth != 1 &&
nxagentOption(DeferLevel) >= 1)
{
/* -- changed by dimbor (small "bed-sheets" never need be prevented - always put) --*/
if (dstHeight > 16)
{
/* -------------------------------------------------------------------------------- */
#ifdef TEST
fprintf(stderr, "nxagentPutImage: WARNING! Prevented operation on region [%d,%d,%d,%d] "
"for drawable at [%p] with drawable pixmap.\n", pRegion -> extents.x1,
pRegion -> extents.y1, pRegion -> extents.x2, pRegion -> extents.y2,
(void *) pDrawable);
#endif
/* -- changed by dimbor (small "bed-sheets" never need be prevented - always put) --*/
if (dstHeight > 16)
{
/* -------------------------------------------------------------------------------- */
#ifdef TEST
fprintf(stderr, "nxagentPutImage: WARNING! Prevented operation on region [%d,%d,%d,%d] "
"for drawable at [%p] with drawable pixmap.\n", pRegion -> extents.x1,
pRegion -> extents.y1, pRegion -> extents.x2, pRegion -> extents.y2,
(void *) pDrawable);
#endif
nxagentMarkCorruptedRegion(pDrawable, pRegion);
nxagentMarkCorruptedRegion(pDrawable, pRegion);
goto nxagentPutImageEnd;
/* --- changed by dimbor ---*/
}
/* ------------------------- */
goto nxagentPutImageEnd;
/* --- changed by dimbor ---*/
}
/* ------------------------- */
}
if (pDrawable -> type == DRAWABLE_WINDOW &&
......
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