From d6d90a4fccef086e7c7934adea901b2cd9a595bf Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 18 Oct 2010 15:53:43 -0400 Subject: composite: Move the backfill comment to a more appropriate indent level Reviewed-by: Keith Packard Signed-off-by: Adam Jackson --- composite/compalloc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composite/compalloc.c b/composite/compalloc.c index f0d868ed1..47d5c0a3c 100644 --- a/composite/compalloc.c +++ b/composite/compalloc.c @@ -514,14 +514,14 @@ compNewPixmap (WindowPtr pWin, int x, int y, int w, int h, Bool map) if (TraverseTree(pWin, bgNoneVisitWindow, NULL) == WT_NOMATCH) return pPixmap; + /* + * Copy bits from the parent into the new pixmap so that it will + * have "reasonable" contents in case for background None areas. + */ if (pParent->drawable.depth == pWin->drawable.depth) { GCPtr pGC = GetScratchGC (pWin->drawable.depth, pScreen); - /* - * Copy bits from the parent into the new pixmap so that it will - * have "reasonable" contents in case for background None areas. - */ if (pGC) { ChangeGCVal val; -- cgit v1.2.3