quick initial flag fdor double width char cells in textgrid -

important to api. does nothing special right now



SVN revision: 72835
This commit is contained in:
Carsten Haitzler 2012-06-26 01:28:15 +00:00
parent 77d44f84d3
commit 395034cb6e
1 changed files with 1 additions and 0 deletions

View File

@ -9196,6 +9196,7 @@ struct _Evas_Textgrid_Cell
unsigned short strikethrough : 1; /**< whether the character is strikethrough'ed */
unsigned short fg_extended : 1; /**< whether the extended palette is used for the foreground color */
unsigned short bg_extended : 1; /**< whether the extended palette is used for the background color */
unsigned short double_width : 1; /**< if the codepoint is merged with the following cell to the right visually (cells must be in pairs with 2nd cell being a duplicate in all ways except codepoint is 0) */
};
/**