diff options
author | Benjamin Otte <otte@redhat.com> | 2012-11-25 03:34:08 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-11-25 03:43:28 +0100 |
commit | fb643c1c1255a867ec37d5e6d087782295cbba69 (patch) | |
tree | 066fd2949ea0b69ecf58ebb296023b41fe49eba8 /gtk/gtkgradient.c | |
parent | df25349d63392718e720f57a0cfdd4974eec2d0d (diff) | |
download | gtk+-fb643c1c1255a867ec37d5e6d087782295cbba69.tar.gz |
symboliccolor: Deprecate
Symbolic colors are an implementation detail of the CSS engine and have
been superceded by GtkCssColorValue. We don't want them clobbering the
public API. In particular because the only use I could find in the
public API is people using it to shade colors.
Diffstat (limited to 'gtk/gtkgradient.c')
-rw-r--r-- | gtk/gtkgradient.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkgradient.c b/gtk/gtkgradient.c index f810c3b3a0..78c0694b5b 100644 --- a/gtk/gtkgradient.c +++ b/gtk/gtkgradient.c @@ -17,6 +17,8 @@ #include "config.h" +#define GDK_DISABLE_DEPRECATION_WARNINGS + #include "gtkgradientprivate.h" #include "gtkcsscolorvalueprivate.h" |