summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontextprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-01-25 02:40:40 +0100
committerBenjamin Otte <otte@redhat.com>2015-03-18 15:23:29 +0100
commit7bafb63ec3b04764f8986b82f1a6c6e1e73eea3b (patch)
tree96ae95411828e31923c024347b3034b99d92698b /gtk/gtkstylecontextprivate.h
parentd79a44c1afaea14cd8442df61631154fe0bdd441 (diff)
downloadgtk+-7bafb63ec3b04764f8986b82f1a6c6e1e73eea3b.tar.gz
cssnode: Handle invalidation
Handle invalidation of node inside the CssNode code, don't do it in the stylecontext.
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r--gtk/gtkstylecontextprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h
index a520bf73b2..59abbc673c 100644
--- a/gtk/gtkstylecontextprivate.h
+++ b/gtk/gtkstylecontextprivate.h
@@ -48,6 +48,8 @@ void _gtk_style_context_validate (GtkStyleContext *c
const GtkBitmask*parent_changes);
void _gtk_style_context_queue_invalidate (GtkStyleContext *context,
GtkCssChange change);
+void _gtk_style_context_invalidate_root_node (GtkStyleContext *context,
+ GtkCssChange change);
gboolean _gtk_style_context_check_region_name (const gchar *str);
gboolean _gtk_style_context_resolve_color (GtkStyleContext *context,