From: SooChan Lim Date: Thu, 12 May 2016 05:13:28 +0000 (+0900) Subject: e_comp_hwc: add EINTERN prefix to the symbol X-Git-Tag: submit/tizen/20160513.025859~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F69205%2F1;p=platform%2Fupstream%2Fenlightenment.git e_comp_hwc: add EINTERN prefix to the symbol Change-Id: I2b21d8e955470726e2745af86408512f38ac639c --- diff --git a/src/bin/e_comp_hwc.c b/src/bin/e_comp_hwc.c index e9013758e0..5125cf3130 100755 --- a/src/bin/e_comp_hwc.c +++ b/src/bin/e_comp_hwc.c @@ -1715,7 +1715,7 @@ _e_comp_hwc_check_buffer_scanout(E_Client *ec) return EINA_TRUE; } -Eina_Bool +EINTERN Eina_Bool e_comp_hwc_native_surface_set(E_Client *ec) { EINA_SAFETY_ON_NULL_RETURN_VAL(ec, EINA_FALSE); @@ -1756,7 +1756,7 @@ e_comp_hwc_native_surface_set(E_Client *ec) return EINA_TRUE; } -void +EINTERN void e_comp_hwc_client_commit(E_Client *ec) { EINA_SAFETY_ON_NULL_RETURN(ec); @@ -1874,13 +1874,13 @@ e_comp_hwc_trace_debug(Eina_Bool onoff) ; } -Eina_Bool +EINTERN Eina_Bool e_comp_hwc_native_surface_set(E_Client *ec) { return EINA_FALSE; } -void +EINTERN void e_comp_hwc_client_commit(E_Client *ec) { ; diff --git a/src/bin/e_comp_hwc.h b/src/bin/e_comp_hwc.h index a248c8de41..79be8bf38a 100755 --- a/src/bin/e_comp_hwc.h +++ b/src/bin/e_comp_hwc.h @@ -18,8 +18,8 @@ EINTERN void e_comp_hwc_shutdown(void); EINTERN Eina_Bool e_comp_hwc_mode_nocomp(E_Client *ec); EINTERN void e_comp_hwc_display_client(E_Client *ec); EINTERN void e_comp_hwc_trace_debug(Eina_Bool onoff); -Eina_Bool e_comp_hwc_native_surface_set(E_Client *ec); -void e_comp_hwc_client_commit(E_Client *ec); +EINTERN Eina_Bool e_comp_hwc_native_surface_set(E_Client *ec); +EINTERN void e_comp_hwc_client_commit(E_Client *ec); /* temp api */ E_API Eina_Bool e_comp_hwc_client_set_layer(E_Client *ec, int zorder);