From ea9b13f015089fdb90e1bc07e214bc80381fb08a Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 28 Mar 2000 05:27:29 +0000 Subject: New function, used to flatten the images we get and composite them with 2000-03-27 Miguel de Icaza * 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 --- widgets/shortcut-bar/e-icon-bar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/shortcut-bar/e-icon-bar.h') 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; }; -- cgit v1.2.3