diff options
author | Benjamin Otte <otte@redhat.com> | 2015-02-08 12:15:27 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-03-18 15:23:30 +0100 |
commit | 28043f0a9211fd7b2523030c7944995050cf93ec (patch) | |
tree | e1ca1a4cc739afe9cefcdde037ffe936e3abbde8 /gtk/gtkcssnodeprivate.h | |
parent | efda30c4956c129d975727d8ec658567b5195582 (diff) | |
download | gtk+-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.h | 1 |
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); |