summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-color.h
blob: 753c28ffd7c815e0df8128e05c9b75edb046a9c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef PANEL_COLOR_H
#define PANEL_COLOR_H

#include <gtk/gtk.h>

G_BEGIN_DECLS

#if GTK_CHECK_VERSION (3, 0, 0)
void gtk_style_shade (GdkRGBA *a, GdkRGBA *b, gdouble k);
#endif

G_END_DECLS

#endif