mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-24 00:54:18 +08:00
cleanup
This commit is contained in:
+1
-1
@@ -7883,7 +7883,7 @@ typedef Uint8 BidiArabicProp;
|
||||
|
||||
#define BIDI_PGDIR_LTR BIDI_TYPE_LTR
|
||||
#define BIDI_PGDIR_RTL BIDI_TYPE_RTL
|
||||
#define BIDI_PGDIR_WLRT BIDI_TYPE_WLTR
|
||||
#define BIDI_PGDIR_WLTR BIDI_TYPE_WLTR
|
||||
#define BIDI_PGDIR_WRTL BIDI_TYPE_WRTL
|
||||
|
||||
#define BIDI_PGDIR_ON BIDI_TYPE_ON
|
||||
|
||||
@@ -782,7 +782,7 @@ BidiLevel UBidiGetParagraphEmbeddingLevels(const BidiType *bidi_types,
|
||||
else if (valid_isolate_count==0 && BIDI_IS_LETTER (RL_TYPE (pp)))
|
||||
{
|
||||
base_level = BIDI_DIR_TO_LEVEL (RL_TYPE (pp));
|
||||
// *paragraph_dir = BIDI_LEVEL_TO_DIR (base_level);
|
||||
//*paragraph_dir = BIDI_LEVEL_TO_DIR (base_level);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user