diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-06 14:49:24 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-06 14:49:24 +0800 |
commit | ed50119936e0f078a21ea35e6bbe15b503063574 (patch) | |
tree | 5dfc326e605d91eb54be0da00da8498aeb93745a /widgets/shortcut-bar | |
parent | e755dcdaacb03fd52957960b96b7cb994f18db7f (diff) | |
download | gsoc2013-evolution-ed50119936e0f078a21ea35e6bbe15b503063574.tar gsoc2013-evolution-ed50119936e0f078a21ea35e6bbe15b503063574.tar.gz gsoc2013-evolution-ed50119936e0f078a21ea35e6bbe15b503063574.tar.bz2 gsoc2013-evolution-ed50119936e0f078a21ea35e6bbe15b503063574.tar.lz gsoc2013-evolution-ed50119936e0f078a21ea35e6bbe15b503063574.tar.xz gsoc2013-evolution-ed50119936e0f078a21ea35e6bbe15b503063574.tar.zst gsoc2013-evolution-ed50119936e0f078a21ea35e6bbe15b503063574.zip |
More flushing action
svn path=/trunk/; revision=2304
Diffstat (limited to 'widgets/shortcut-bar')
-rw-r--r-- | widgets/shortcut-bar/e-icon-bar.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/e-icon-bar.c b/widgets/shortcut-bar/e-icon-bar.c index dd93d54088..e325ef0327 100644 --- a/widgets/shortcut-bar/e-icon-bar.c +++ b/widgets/shortcut-bar/e-icon-bar.c @@ -538,6 +538,9 @@ flatten_alpha (GdkPixbuf *image, guint rgb) rgb, ~rgb); } +/* + * Creates a 24-bits RGB value from a GdkColor + */ static guint rgb_from_gdk_color (GdkColor *color) { |