cssimage: Add an equal vfunc
No implementations for it exist yet.
This commit is contained in:
@ -63,7 +63,7 @@ static gboolean
|
||||
gtk_css_value_image_equal (const GtkCssValue *value1,
|
||||
const GtkCssValue *value2)
|
||||
{
|
||||
return value1->image == value2->image;
|
||||
return _gtk_css_image_equal (value1->image, value2->image);
|
||||
}
|
||||
|
||||
static GtkCssValue *
|
||||
|
||||
Reference in New Issue
Block a user