diff options
author | Benjamin Otte <otte@redhat.com> | 2016-12-15 04:20:35 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-12-20 18:01:11 +0100 |
commit | 3e26fadb2463c7e44b4b9efbb37c0f55201e59b7 (patch) | |
tree | 6910f7abfef0a443982cd9f6d244c7c4f5cb017c /gtk/gtkcssstylepropertyimpl.c | |
parent | 2118f394d258554be67614e1fccb550795a69753 (diff) | |
download | gtk+-3e26fadb2463c7e44b4b9efbb37c0f55201e59b7.tar.gz |
css: Replace custom blend modes with GskBlendMode
Diffstat (limited to 'gtk/gtkcssstylepropertyimpl.c')
-rw-r--r-- | gtk/gtkcssstylepropertyimpl.c | 2 |
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, |