diff subreader.h @ 13679:59bb11213d11

correctly display the commas of most hebrew subtitles on the left side of the sentence with fribidi, make the old behaviour optional patch by Shachar Raindel <shacharr <at> gmail.com>
author faust3
date Mon, 18 Oct 2004 20:41:06 +0000
parents 1a4b6e575484
children 59452efe579c
line wrap: on
line diff
--- a/subreader.h	Mon Oct 18 20:30:07 2004 +0000
+++ b/subreader.h	Mon Oct 18 20:41:06 2004 +0000
@@ -59,6 +59,12 @@
     int sub_errs;
 } sub_data;
 
+#ifdef  USE_FRIBIDI
+extern char *fribidi_charset;
+extern int flip_hebrew;
+extern int fribidi_flip_commas;
+#endif
+
 sub_data* sub_read_file (char *filename, float pts);
 subtitle* subcp_recode1 (subtitle *sub);
 // enca_fd is the file enca uses to determine the codepage.