summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-10-31 02:35:21 +0100
committerBenjamin Otte <otte@redhat.com>2017-10-31 03:05:54 +0100
commit9151e0b9f521060a7792a0e73ea0a8f3e77a0f89 (patch)
tree3ed40b25b874495b5f31ecfa91bb0859ff168a97 /examples
parenta2e625692e25aa97277dd05670a2e9c49c07b3ee (diff)
downloadgtk+-9151e0b9f521060a7792a0e73ea0a8f3e77a0f89.tar.gz
stylecontext: Port to use display instead of screen
Diffstat (limited to 'examples')
-rw-r--r--examples/plugman.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/plugman.c b/examples/plugman.c
index e7a5272a91..5f70dbb287 100644
--- a/examples/plugman.c
+++ b/examples/plugman.c
@@ -226,9 +226,9 @@ plugin_action (GAction *action,
css_provider = gtk_css_provider_new ();
gtk_css_provider_load_from_data (css_provider, css_to_load, -1);
- gtk_style_context_add_provider_for_screen (gdk_screen_get_default (),
- GTK_STYLE_PROVIDER (css_provider),
- GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
+ gtk_style_context_add_provider_for_display (gdk_display_get_default (),
+ GTK_STYLE_PROVIDER (css_provider),
+ GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
}
static void