[PATCH 1/2] composite: Don't backfill non-bg-None windows

Keith Packard keithp at keithp.com
Wed May 5 15:45:59 PDT 2010


On Wed,  5 May 2010 16:25:28 -0400, Adam Jackson <ajax at redhat.com> wrote:

> +
> +    /* if we don't need to backfill, we're done */
> +    if (pWin->backgroundState != BackgroundPixmap)
> +        return pPixmap;
> +    if (pWin->background.pixmap != None)
> +        return pPixmap;
> +

Presumably this pixmap is being allocated for the window manager frame,
not the application itself. This isn't looking at the background for the
application, just the frame.

-- 
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100505/91543c92/attachment.pgp>


More information about the xorg-devel mailing list