From: SooChan Lim Date: Tue, 23 Jul 2019 01:59:36 +0000 (+0900) Subject: e_hwc: add evas of the ee to the hwc X-Git-Tag: submit/tizen/20190725.044739~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F210603%2F3;p=platform%2Fupstream%2Fenlightenment.git e_hwc: add evas of the ee to the hwc Change-Id: I0d383209cb420beaa35709e859d282bf8e386a8f --- diff --git a/src/bin/e_hwc.c b/src/bin/e_hwc.c index 8981dd73fa..54c370b4f5 100644 --- a/src/bin/e_hwc.c +++ b/src/bin/e_hwc.c @@ -293,6 +293,7 @@ _e_hwc_ee_init(E_Hwc* hwc) } hwc->ee = ee; + hwc->evas = ecore_evas_get(hwc->ee); EHINF("ee(%p) with the tqueue(%p) is created.", hwc, ee, hwc->target_buffer_queue); diff --git a/src/bin/e_hwc.h b/src/bin/e_hwc.h index d37e91b1b1..b73f55aee4 100644 --- a/src/bin/e_hwc.h +++ b/src/bin/e_hwc.h @@ -76,6 +76,7 @@ struct _E_Hwc Eina_Bool hwc_deactive : 1; // deactive hwc policy Ecore_Evas *ee; + Evas *evas; /* variables for hwc_planes polic */ Eina_Bool hwc_use_multi_plane;