quick initial flag fdor double width char cells in textgrid -
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jun 2012 01:28:15 +0000 (01:28 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jun 2012 01:28:15 +0000 (01:28 +0000)
important to api. does nothing special right now

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@72835 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index c0e2068..b52a0a9 100644 (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) */
 };
 
 /**