mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 18:31:57 +08:00
Tune BIDIType to Uint16 instead of unsigned int
This commit is contained in:
@@ -227,7 +227,7 @@ struct _CHARSETOPS
|
||||
int (*pos_first_char) (const unsigned char* mstr, int mstrlen);
|
||||
|
||||
/** The method to get the BIDI type of one character. */
|
||||
unsigned int (*bidi_char_type) (Achar32 chv);
|
||||
Uint16 (*bidi_char_type) (Achar32 chv);
|
||||
|
||||
/** Get mirrored character */
|
||||
BOOL (*bidi_mirror_char) (Achar32 chv, Achar32* mirrored);
|
||||
|
||||
Reference in New Issue
Block a user