summaryrefslogtreecommitdiff
path: root/gtk/gtkcssproviderprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-09-17 22:10:59 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-09-17 22:31:25 -0400
commitab3d6a0b0a7a48914a30187c12c8219a8bcc3295 (patch)
tree15d8de3097f9aef3947e60d4930abbf51aa9055e /gtk/gtkcssproviderprivate.h
parent9bd037aafe1d1bfd410314a2ff3703efbdd0fe08 (diff)
downloadgtk+-ab3d6a0b0a7a48914a30187c12c8219a8bcc3295.tar.gz
Revert "Bind the themes to the livecycle of the screen"
This reverts commit 1f5dea9eba4de5a54e9370fe8e4b90e6c0cec200, since it was causeing noticable behaviour changes. Previously, GTK_DATA_PREFIX=/ ./gtk3-demo would start gtk3-demo with the Raleigh theme. With that change, it was starting with no theme at all (i.e. all black).
Diffstat (limited to 'gtk/gtkcssproviderprivate.h')
-rw-r--r--gtk/gtkcssproviderprivate.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/gtkcssproviderprivate.h b/gtk/gtkcssproviderprivate.h
index 240496a2e4..9a242547a8 100644
--- a/gtk/gtkcssproviderprivate.h
+++ b/gtk/gtkcssproviderprivate.h
@@ -22,12 +22,7 @@
G_BEGIN_DECLS
-gchar * _gtk_css_provider_get_theme_dir (void);
-
-GtkCssProvider *_gtk_css_provider_get_named_for_screen (GdkScreen *screen,
- const gchar *name,
- const gchar *variant);
-
+gchar *_gtk_css_provider_get_theme_dir (void);
G_END_DECLS