summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChris Michael <cpmichael@osg.samsung.com>2016-03-18 08:53:35 -0400
committerChris Michael <cpmichael@osg.samsung.com>2016-03-18 08:53:35 -0400
commit6418810307560fa12b02b412891596673b8bb53e (patch)
tree644a6238af1c419eeaf44cfb4bc00f8a6d1480e1 /src
parent67db4d7c1a37a4f45c7020580d2c7c13b0457771 (diff)
downloadefl-6418810307560fa12b02b412891596673b8bb53e.tar.gz
evas-wayland-shm: Override image_native init and shutdown functions
A previous commit added these functions so we can test if native image is supported, however that commit did not actually override this functions (evas api override). This small patch simply does that. ref 20b4d9dd6adb88f9dd0cd51fa849f0c360432279 @fix Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Diffstat (limited to 'src')
-rw-r--r--src/modules/evas/engines/wayland_shm/evas_engine.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/evas/engines/wayland_shm/evas_engine.c b/src/modules/evas/engines/wayland_shm/evas_engine.c
index adf33f68b0..0bcfcc4a50 100644
--- a/src/modules/evas/engines/wayland_shm/evas_engine.c
+++ b/src/modules/evas/engines/wayland_shm/evas_engine.c
@@ -392,6 +392,8 @@ module_open(Evas_Module *em)
ORD(output_resize);
ORD(image_native_set);
ORD(image_native_get);
+ ORD(image_native_init);
+ ORD(image_native_shutdown);
_symbols();
/* advertise our own engine functions */