From: Carsten Haitzler Date: Tue, 26 Jun 2012 01:28:15 +0000 (+0000) Subject: quick initial flag fdor double width char cells in textgrid - X-Git-Tag: submit/devel/efl/20131022.203902~5203 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=395034cb6e30c49b563c9dce47eb55922109ff1a;p=platform%2Fupstream%2Fefl.git quick initial flag fdor double width char cells in textgrid - important to api. does nothing special right now SVN revision: 72835 --- diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index c0e2068..b52a0a9 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -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) */ }; /**