devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=63dc694f56e8eae061cc7bbfde4b91e6fa48bd29

commit 63dc694f56e8eae061cc7bbfde4b91e6fa48bd29
Author: Chris Michael <[email protected]>
Date:   Thu Jan 15 13:29:43 2015 -0500

    wl_drm: Fix creation of the ecore_evas_gl_drm
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/wl_drm/e_mod_main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/wl_drm/e_mod_main.c b/src/modules/wl_drm/e_mod_main.c
index 118f9ef..795c415 100644
--- a/src/modules/wl_drm/e_mod_main.c
+++ b/src/modules/wl_drm/e_mod_main.c
@@ -76,8 +76,8 @@ e_modapi_init(E_Module *m)
    if ((e_comp_gl_get()) &&
        (e_comp_config_get()->engine == E_COMP_ENGINE_GL))
      {
-        comp->ee == ecore_evas_gl_drm_new(NULL, 0, 0, 0, 1, 1);
-        if(!comp->ee)
+        comp->ee = ecore_evas_gl_drm_new(NULL, 0, 0, 0, 1, 1);
+        if (!comp->ee)
           e_comp_gl_set(EINA_FALSE);
      }
 

-- 


Reply via email to