Signed-off-by: Adam Jackson <[email protected]>
---
 mi/micopy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mi/micopy.c b/mi/micopy.c
index a52b0a7..8ae0aa7 100644
--- a/mi/micopy.c
+++ b/mi/micopy.c
@@ -155,7 +155,7 @@ miDoCopy(DrawablePtr pSrcDrawable,
     /* Short cut for unmapped windows */
 
     if (pDstDrawable->type == DRAWABLE_WINDOW &&
-        !((WindowPtr) pDstDrawable)->realized) {
+        !((WindowPtr) pDstDrawable)->paintable) {
         return NULL;
     }
 
-- 
1.9.3

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to