diff --git a/composite/compalloc.c b/composite/compalloc.c index d16f318c4d..a0d532ea80 100644 --- a/composite/compalloc.c +++ b/composite/compalloc.c @@ -543,10 +543,6 @@ compNewPixmap(WindowPtr pWin, int x, int y, int w, int h) pPixmap->screen_x = x; pPixmap->screen_y = y; - if (pWin->backgroundState != None) { - return pPixmap; - } - /* * Copy bits from the parent into the new pixmap so that it will * have "reasonable" contents in case for background None areas.