summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstylepropertyimpl.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-12-15 04:20:35 +0100
committerBenjamin Otte <otte@redhat.com>2016-12-20 18:01:11 +0100
commit3e26fadb2463c7e44b4b9efbb37c0f55201e59b7 (patch)
tree6910f7abfef0a443982cd9f6d244c7c4f5cb017c /gtk/gtkcssstylepropertyimpl.c
parent2118f394d258554be67614e1fccb550795a69753 (diff)
downloadgtk+-3e26fadb2463c7e44b4b9efbb37c0f55201e59b7.tar.gz
css: Replace custom blend modes with GskBlendMode
Diffstat (limited to 'gtk/gtkcssstylepropertyimpl.c')
-rw-r--r--gtk/gtkcssstylepropertyimpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcssstylepropertyimpl.c b/gtk/gtkcssstylepropertyimpl.c
index d781d51251..66f0586001 100644
--- a/gtk/gtkcssstylepropertyimpl.c
+++ b/gtk/gtkcssstylepropertyimpl.c
@@ -1378,7 +1378,7 @@ _gtk_css_style_property_init_properties (void)
GTK_CSS_AFFECTS_BACKGROUND,
blend_mode_value_parse,
NULL,
- _gtk_css_array_value_new (_gtk_css_blend_mode_value_new (GTK_CSS_BLEND_MODE_NORMAL)));
+ _gtk_css_array_value_new (_gtk_css_blend_mode_value_new (GSK_BLEND_MODE_DEFAULT)));
gtk_css_style_property_register ("border-image-source",
GTK_CSS_PROPERTY_BORDER_IMAGE_SOURCE,