aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/shortcut-bar/e-icon-bar.h
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnu.org>2000-03-28 13:27:29 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2000-03-28 13:27:29 +0800
commitea9b13f015089fdb90e1bc07e214bc80381fb08a (patch)
tree6e2f9f25d1762f143f709a70ad5d287c74fbc4a5 /widgets/shortcut-bar/e-icon-bar.h
parent9d0c0def4a16839bca1c688317b29718f5128e84 (diff)
downloadgsoc2013-evolution-ea9b13f015089fdb90e1bc07e214bc80381fb08a.tar
gsoc2013-evolution-ea9b13f015089fdb90e1bc07e214bc80381fb08a.tar.gz
gsoc2013-evolution-ea9b13f015089fdb90e1bc07e214bc80381fb08a.tar.bz2
gsoc2013-evolution-ea9b13f015089fdb90e1bc07e214bc80381fb08a.tar.lz
gsoc2013-evolution-ea9b13f015089fdb90e1bc07e214bc80381fb08a.tar.xz
gsoc2013-evolution-ea9b13f015089fdb90e1bc07e214bc80381fb08a.tar.zst
gsoc2013-evolution-ea9b13f015089fdb90e1bc07e214bc80381fb08a.zip
New function, used to flatten the images we get and composite them with
2000-03-27 Miguel de Icaza <miguel@gnu.org> * widgets/shortcut-bar/e-icon-bar.c (flatten_alpha): New function, used to flatten the images we get and composite them with the background. (e_icon_bar_add_item): One happy tigert comming. svn path=/trunk/; revision=2209
Diffstat (limited to 'widgets/shortcut-bar/e-icon-bar.h')
-rw-r--r--widgets/shortcut-bar/e-icon-bar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/e-icon-bar.h b/widgets/shortcut-bar/e-icon-bar.h
index 61c5f4dacc..f1bedb98c9 100644
--- a/widgets/shortcut-bar/e-icon-bar.h
+++ b/widgets/shortcut-bar/e-icon-bar.h
@@ -59,6 +59,8 @@ struct _EIconBarItem
gint text_height;
gint icon_y, text_y;
+
+ GdkPixbuf *flatened_alpha;
};