diff --git a/composite/compalloc.c b/composite/compalloc.c index c4554f50b9..7b5e5ace45 100644 --- a/composite/compalloc.c +++ b/composite/compalloc.c @@ -540,10 +540,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.