eina - tiler -= return true if rect alreadt there as its not a failure
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 11 Feb 2018 06:55:13 +0000 (15:55 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Thu, 5 Apr 2018 18:05:30 +0000 (03:05 +0900)
commit4bf45cb8a336c6a1f8d1c764df8a0521b7e139d0
treed18253ef78eb37e21aaf14d435f63fd12055a405
parent760eed124c7ccf99d46527ff8979a5be49db3d62
eina - tiler -= return true if rect alreadt there as its not a failure

docs say return true on succesas, false on failure. adding a rect we
already added is not a failur. it's an optimization to a NOP. so fix.
this was brought up by and fixes T6669 ... but in the opposite way.
src/lib/eina/eina_tiler.c