Enlightenment CVS committal Author : onefang Project : e17 Module : apps/eclair
Dir : e17/apps/eclair/src Modified Files: eclair_subtitles.c Log Message: Disable esmart_textarea for now. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/eclair/src/eclair_subtitles.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- eclair_subtitles.c 10 Jul 2005 19:15:22 -0000 1.5 +++ eclair_subtitles.c 29 Oct 2005 11:26:24 -0000 1.6 @@ -51,6 +51,7 @@ //Display subtitles corresponding to the current time void eclair_subtitles_display_current_subtitle(Eclair_Subtitles *subtitles, double current_time, Evas_Object *subtitles_object) { +#if 0 /* FIXME: convert to new textblock API. */ char *current_subtitle, *sub, *new_line, *end_of_line; Evas_Coord subtitle_height, evas_width, evas_height; @@ -87,6 +88,7 @@ evas_object_textblock_format_size_get(subtitles_object, NULL, &subtitle_height); evas_object_move(subtitles_object, 0, evas_height - subtitle_height); evas_object_resize(subtitles_object, evas_width, subtitle_height); +#endif } //Return 0 if the two subtitles starts at the same time ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs