diff --git a/dix/dispatch.c b/dix/dispatch.c index 577e17c..241940f 100644 --- a/dix/dispatch.c +++ b/dix/dispatch.c @@ -2269,7 +2269,7 @@ DoGetImage(ClientPtr client, int format, Drawable drawable, WriteReplyToClient(client, sizeof (xGetImageReply), &xgi); } - if (pDraw->type == DRAWABLE_WINDOW) + if (0) { pVisibleRegion = NotClippedByChildren((WindowPtr)pDraw); if (pVisibleRegion)