~mc-return/compiz/compiz0.9.9.merge-plugin-startup

« back to all changes in this revision

Viewing changes to plugins/opengl/src/paint.cpp

MergedĀ latestĀ lp:compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
418
418
        if (w->destroyed ())
419
419
            continue;
420
420
 
 
421
        gw = GLWindow::get (w);
 
422
 
 
423
        /* Release any queued ConfigureWindow requests now */
 
424
        gw->priv->configureLock->release ();
 
425
 
421
426
        if (unredirected.find (w) != unredirected.end ())
422
427
            continue;
423
428
 
427
432
                continue;
428
433
        }
429
434
 
430
 
        gw = GLWindow::get (w);
431
 
 
432
435
        const CompRegion &clip =
433
436
            (!(mask & PAINT_SCREEN_NO_OCCLUSION_DETECTION_MASK)) ?
434
437
            gw->clip () : region;