CVSROOT:        /cvs/gnome
Module name:    pango
Changes by:     behdad  05/11/18 18:05:15

Modified files:
        .              : ChangeLog 
        pango          : pango-layout.c 

Log message:
2005-11-18  Behdad Esfahbod  <[EMAIL PROTECTED]>

* pango/pango-layout.c (pango_layout_move_cursor_visually): Use the
new support for negative offsets in g_utf8_pointer_to_offset.  So now,
we simply do:
offset += g_utf8_pointer_to_offset(text+oldindex, text+newindex),
instead of doing
offset = g_utf8_pointer_to_offset(text, text+index) as we did before.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=pango&who=behdad&date=explicit&mindate=2005-11-18%2018:04&maxdate=2005-11-18%2018:06

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to