From 4cc2af2db13bbeda0a10adb3bce7b1fa4f28b03b Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 30 Jan 2015 16:27:17 +0100 Subject: stylecontext: Move validation into GtkCssNode --- gtk/gtkstylecontextprivate.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk/gtkstylecontextprivate.h') diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h index 08b8ff63c6..8e616a07d4 100644 --- a/gtk/gtkstylecontextprivate.h +++ b/gtk/gtkstylecontextprivate.h @@ -44,7 +44,8 @@ GtkCssValue * _gtk_style_context_peek_property (GtkStyleContext *c const GValue * _gtk_style_context_peek_style_property (GtkStyleContext *context, GType widget_type, GParamSpec *pspec); -void _gtk_style_context_validate (GtkStyleContext *context, +GtkBitmask * _gtk_style_context_validate (GtkStyleContext *context, + GtkCssNode *cssnode, gint64 timestamp, GtkCssChange change, const GtkBitmask*parent_changes); -- cgit v1.2.1