Code review comment for lp:~mc-return/compiz/compiz.merge-ezoom-cleanup

Revision history for this message
MC Return (mc-return) wrote :

Hmm, I have a fix for the missing zoom box damage handling, this would be the diff:

=== modified file 'plugins/ezoom/src/ezoom.cpp'
@@ -464,6 +466,12 @@
     streamingBuffer->render (zTransform);

     glDisable (GL_BLEND);
+
+ /* Damage the zoom selection box region during draw */
+ cScreen->damageRegion (CompRegion (x1 - 1,
+ y1 - 1,
+ x2 - x1 + 1,
+ y2 - y1 + 1));
 }

Do we want this separated ?

review: Needs Information

« Back to merge proposal