From e7f6227770ac844486d2e5e234663db1213dcc0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C3=A9nier?= Date: Fri, 11 Dec 2015 18:46:23 +0100 Subject: [PATCH] change eglfs to hwcomposer --- src/modules/wl_eglfs/e_mod_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/wl_eglfs/e_mod_main.c b/src/modules/wl_eglfs/e_mod_main.c index 5c2470def..4cf91b3d4 100644 --- a/src/modules/wl_eglfs/e_mod_main.c +++ b/src/modules/wl_eglfs/e_mod_main.c @@ -12,7 +12,7 @@ e_modapi_init(E_Module *m) int w, h; printf("LOAD WL_EGLFS MODULE\n"); - e_util_env_set("HYBRIS_EGLPLATFORM", "fbdev"); + e_util_env_set("HYBRIS_EGLPLATFORM", "hwcomposer"); /* try to init ecore_fb */ if (!ecore_fb_init(NULL)) @@ -52,7 +52,7 @@ e_modapi_init(E_Module *m) return m; } -E_API int +E_API int e_modapi_shutdown(E_Module *m EINA_UNUSED) { /* shutdown ecore_fb */