evas-software-generic: Check for render engine function before calling
authorChris Michael <cp.michael@samsung.com>
Mon, 6 Nov 2017 14:10:28 +0000 (09:10 -0500)
committerChris Michael <cp.michael@samsung.com>
Mon, 6 Nov 2017 14:10:28 +0000 (09:10 -0500)
commit6016ce8133eb0732eef224537e8aa6a8fd420c27
treee0cfecc89cd7ce348acd2fb6df20bbcb61102ad9
parent68b366c83175458a67c0655519a44d1ea1a48419
evas-software-generic: Check for render engine function before calling

In most engines which inherit from software_generic, they do not
implement the outbuf_free_region_for_update function. Most engines
have it as an unused function. If we simply add a check here, then we
can reduce the need for having useless function in multiple engines.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/evas/engines/software_generic/evas_engine.c