evas image object - dont update just if image is dirty
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 25 Sep 2015 05:31:28 +0000 (14:31 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 25 Sep 2015 05:31:28 +0000 (14:31 +0900)
commit21c43528234a315a1cab7df00014ab62dca92ced
tree6b47afe00aa024dcd17592958e8f805e5852c102
parent1b6e3f2611f81aeb16e05812bcb2ab91a72378c2
evas image object - dont update just if image is dirty

marking images as dirty is only meant to have the pixle get callback
called IF rendered. you ADD update regions to get it to be called.
this is how it has always meant to work, but evas image objects where
adding updates just if dirty. this ends up with e as a compositor
redrawing ENTIRE eindows if even a single blinking cursor is blinking.
oh so bad.

@fix
src/lib/evas/canvas/evas_object_image.c