On Sun, 13 Jan 2013 03:35:23 +0530 Arvind R <[email protected]> said:

fixed. :) harfbuzz enabled path not tested :)

> fix missed name change in structure and compile-failure therefrom.
> 
> Arvind R.
> ---
> diff -uprN a/src/lib/evas/common/evas_font_ot.c
> b/src/lib/evas/common/evas_font_ot.c
> --- a/src/lib/evas/common/evas_font_ot.c      2012-11-04 17:21:42.000000000
> +0530 +++ b/src/lib/evas/common/evas_font_ot.c        2013-01-13
> 01:23:18.000000000 +0530 @@ -153,7 +153,7 @@
> evas_common_font_ot_cluster_size_get(con {
>          items = 1;
>       }
> -   else if (props->bidi.dir == EVAS_BIDI_DIRECTION_RTL)
> +   else if (props->bidi_dir == EVAS_BIDI_DIRECTION_RTL)
>       {
>          if (left_bound < 0)
>            {
> @@ -300,7 +300,7 @@ evas_common_font_ot_populate_text_props(
>              evas_common_language_from_locale_get(), -1));
>     hb_buffer_set_script(buffer, _evas_script_to_harfbuzz[props->script]);
>     hb_buffer_set_direction(buffer,
> -         (props->bidi.dir == EVAS_BIDI_DIRECTION_RTL) ?
> +         (props->bidi_dir == EVAS_BIDI_DIRECTION_RTL) ?
>           HB_DIRECTION_RTL : HB_DIRECTION_LTR);
>     /* FIXME: add run-time conversions if needed, which is very unlikely */
>     hb_buffer_add_utf32(buffer, (const uint32_t *) text, slen, 0, slen);
> 
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122912
> _______________________________________________
> enlightenment-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to