diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-07-27 18:12:39 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-07-27 18:13:20 +0800 |
commit | 440e43d2894fdd517cc91302d4364b082e7d1d8b (patch) | |
tree | 7c39a2b70fe8bdef99ed1cce3c7b2e6d2406d0cc /e-util/e-util.h | |
parent | e03d9fbc7efba1a0239f85a8cf7339bbad6b1c7d (diff) | |
download | gsoc2013-evolution-440e43d2894fdd517cc91302d4364b082e7d1d8b.tar.gz gsoc2013-evolution-440e43d2894fdd517cc91302d4364b082e7d1d8b.tar.zst gsoc2013-evolution-440e43d2894fdd517cc91302d4364b082e7d1d8b.zip |
Bug #679404 - Read colors for message preview from Gtk theme
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index 11dd77541e..fa98153223 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -86,6 +86,8 @@ gint e_int_compare (gconstpointer x, gconstpointer y); guint32 e_color_to_value (GdkColor *color); +guint32 e_rgba_to_value (GdkRGBA *rgba); + /* This only makes a filename safe for usage as a filename. * It still may have shell meta-characters in it. */ gchar * e_format_number (gint number); |