summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimagegradient.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-11-25 03:34:08 +0100
committerBenjamin Otte <otte@redhat.com>2012-11-25 03:43:28 +0100
commitfb643c1c1255a867ec37d5e6d087782295cbba69 (patch)
tree066fd2949ea0b69ecf58ebb296023b41fe49eba8 /gtk/gtkcssimagegradient.c
parentdf25349d63392718e720f57a0cfdd4974eec2d0d (diff)
downloadgtk+-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/gtkcssimagegradient.c')
-rw-r--r--gtk/gtkcssimagegradient.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcssimagegradient.c b/gtk/gtkcssimagegradient.c
index e6580eb772..fa6aacf2ab 100644
--- a/gtk/gtkcssimagegradient.c
+++ b/gtk/gtkcssimagegradient.c
@@ -19,6 +19,8 @@
#include "config.h"
+#define GDK_DISABLE_DEPRECATION_WARNINGS
+
#include "gtkcssimagegradientprivate.h"
#include "gtkcssprovider.h"