diff options
author | Benjamin Otte <otte@redhat.com> | 2015-01-30 16:27:17 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-03-18 15:23:29 +0100 |
commit | 4cc2af2db13bbeda0a10adb3bce7b1fa4f28b03b (patch) | |
tree | ba94524bb0c8c51963c9fbcd3b7c2730872550ec /gtk/gtkstylecontextprivate.h | |
parent | 8e1017db355a75f20461fe20761932a9095ad325 (diff) | |
download | gtk+-4cc2af2db13bbeda0a10adb3bce7b1fa4f28b03b.tar.gz |
stylecontext: Move validation into GtkCssNode
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r-- | gtk/gtkstylecontextprivate.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |