summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontextprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-01-30 11:42:22 +0100
committerBenjamin Otte <otte@redhat.com>2015-03-18 15:23:29 +0100
commit8e1017db355a75f20461fe20761932a9095ad325 (patch)
tree8175687a577b4cdc1678883f96d622dddc275eb1 /gtk/gtkstylecontextprivate.h
parent55e68bc2ea2200090527c791be8aa126742a776d (diff)
downloadgtk+-8e1017db355a75f20461fe20761932a9095ad325.tar.gz
stylecontext: Export gtk_style_context_get_root()
.. in the private header. This avoids tiny wrapper functions.
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r--gtk/gtkstylecontextprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h
index a520bf73b2..08b8ff63c6 100644
--- a/gtk/gtkstylecontextprivate.h
+++ b/gtk/gtkstylecontextprivate.h
@@ -20,6 +20,7 @@
#include "gtkstylecontext.h"
+#include "gtkcssnodeprivate.h"
#include "gtkicontheme.h"
#include "gtkstyleproviderprivate.h"
#include "gtkbitmaskprivate.h"
@@ -29,6 +30,7 @@ G_BEGIN_DECLS
void _gtk_style_context_set_widget (GtkStyleContext *context,
GtkWidget *widget);
+GtkCssNode * gtk_style_context_get_root (GtkStyleContext *context);
void gtk_style_context_set_id (GtkStyleContext *context,
const char *id);
const char * gtk_style_context_get_id (GtkStyleContext *context);
@@ -46,8 +48,6 @@ void _gtk_style_context_validate (GtkStyleContext *c
gint64 timestamp,
GtkCssChange change,
const GtkBitmask*parent_changes);
-void _gtk_style_context_queue_invalidate (GtkStyleContext *context,
- GtkCssChange change);
gboolean _gtk_style_context_check_region_name (const gchar *str);
gboolean _gtk_style_context_resolve_color (GtkStyleContext *context,