fix overdraw issue in evas when clips change
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 16 Apr 2014 07:14:16 +0000 (16:14 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 16 Apr 2014 07:14:16 +0000 (16:14 +0900)
commit8767a80b0dbda4e2c3a6b2a41a04bf35f43a3ed1
tree6ae7042260f1e9bb8b93a99a09d066cf08b5b93e
parent04a6f457562a9ddcca9ff7cbdda448b85d71d044
fix overdraw issue in evas when clips change

the comments say it all. this stops adding massive full window updates
when clippers lose all children (and are visible) or gain a first
child while visible as all code hides these clip rects (or shows them)
in these cases and other usages just make no sense.
src/lib/evas/canvas/evas_clip.c
src/lib/evas/canvas/evas_object_rectangle.c