composite: Move the backfill comment to a more appropriate indent level
Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
db8840600e
commit
d6d90a4fcc
|
@ -514,14 +514,14 @@ compNewPixmap (WindowPtr pWin, int x, int y, int w, int h, Bool map)
|
||||||
if (TraverseTree(pWin, bgNoneVisitWindow, NULL) == WT_NOMATCH)
|
if (TraverseTree(pWin, bgNoneVisitWindow, NULL) == WT_NOMATCH)
|
||||||
return pPixmap;
|
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)
|
if (pParent->drawable.depth == pWin->drawable.depth)
|
||||||
{
|
{
|
||||||
GCPtr pGC = GetScratchGC (pWin->drawable.depth, pScreen);
|
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)
|
if (pGC)
|
||||||
{
|
{
|
||||||
ChangeGCVal val;
|
ChangeGCVal val;
|
||||||
|
|
Loading…
Reference in New Issue