aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-10-11 21:21:41 +0800
committerMilan Crha <mcrha@redhat.com>2011-10-11 21:21:41 +0800
commit6d2863d35a413fd8e1164b852597ecee44701dca (patch)
tree22acbe231e0357c8145669db4848d72f96898f2a /widgets/text/e-text.h
parent68b890ab4d1f7bb0c7bf6cfac77f320e42806311 (diff)
downloadgsoc2013-evolution-6d2863d35a413fd8e1164b852597ecee44701dca.tar
gsoc2013-evolution-6d2863d35a413fd8e1164b852597ecee44701dca.tar.gz
gsoc2013-evolution-6d2863d35a413fd8e1164b852597ecee44701dca.tar.bz2
gsoc2013-evolution-6d2863d35a413fd8e1164b852597ecee44701dca.tar.lz
gsoc2013-evolution-6d2863d35a413fd8e1164b852597ecee44701dca.tar.xz
gsoc2013-evolution-6d2863d35a413fd8e1164b852597ecee44701dca.tar.zst
gsoc2013-evolution-6d2863d35a413fd8e1164b852597ecee44701dca.zip
Bug #661434 - Unfriendly search result
Diffstat (limited to 'widgets/text/e-text.h')
-rw-r--r--widgets/text/e-text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h
index ef9aefdf34..aa84553ade 100644
--- a/widgets/text/e-text.h
+++ b/widgets/text/e-text.h
@@ -128,6 +128,7 @@ struct _EText {
gint height; /* Rendered text height in pixels */
guint32 rgba; /* RGBA color for text */
+ gboolean rgba_set; /* whether RGBA is set */
gchar *ellipsis; /* The ellipsis characters. NULL = "...". */
gdouble ellipsis_width; /* The width of the ellipsis. */