summaryrefslogtreecommitdiff
path: root/gtk/gtkcssnodeprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-02-08 12:15:27 +0100
committerBenjamin Otte <otte@redhat.com>2015-03-18 15:23:30 +0100
commit28043f0a9211fd7b2523030c7944995050cf93ec (patch)
treee1ca1a4cc739afe9cefcdde037ffe936e3abbde8 /gtk/gtkcssnodeprivate.h
parentefda30c4956c129d975727d8ec658567b5195582 (diff)
downloadgtk+-28043f0a9211fd7b2523030c7944995050cf93ec.tar.gz
cssnode: Refactor invalidation propagation
We want to be sure to gtk_css_node_invalidate() all potential changes.
Diffstat (limited to 'gtk/gtkcssnodeprivate.h')
-rw-r--r--gtk/gtkcssnodeprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcssnodeprivate.h b/gtk/gtkcssnodeprivate.h
index e0f60e5b66..25e4cfa5ba 100644
--- a/gtk/gtkcssnodeprivate.h
+++ b/gtk/gtkcssnodeprivate.h
@@ -126,7 +126,6 @@ void gtk_css_node_invalidate (GtkCssNode *
GtkCssChange change);
void gtk_css_node_validate (GtkCssNode *cssnode,
gint64 timestamp,
- GtkCssChange change,
const GtkBitmask *parent_changes);
void gtk_css_node_set_invalid (GtkCssNode *node,
gboolean invalid);