diff options
| -rw-r--r-- | src/compositor/compositor-xrender.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/compositor/compositor-xrender.c b/src/compositor/compositor-xrender.c index 8b0c43e5..74703e67 100644 --- a/src/compositor/compositor-xrender.c +++ b/src/compositor/compositor-xrender.c @@ -1266,6 +1266,9 @@ paint_windows (MetaScreen   *screen,            continue;          } +      if (cw->attrs.map_state != IsViewable) +        continue; +  #if 0        if ((cw->attrs.x + cw->attrs.width < 1) ||            (cw->attrs.y + cw->attrs.height < 1) || | 
