From e4dc06ec2c72f536affda251c98a42dc8355ede3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 9 Aug 2017 17:16:10 +0200 Subject: fix runtime warnings caused by previous HDPI commit --- libview/ev-annotation-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libview/ev-annotation-window.c') diff --git a/libview/ev-annotation-window.c b/libview/ev-annotation-window.c index b352c2fd..a6c48d15 100644 --- a/libview/ev-annotation-window.c +++ b/libview/ev-annotation-window.c @@ -100,7 +100,7 @@ get_screen_dpi (EvAnnotationWindow *window) gint monitor; screen = gtk_window_get_screen (GTK_WINDOW (window)); - monitor = gdk_screen_get_monitor_at_window(screen, gtk_widget_get_window(GTK_WIDGET(GTK_WINDOW(window)))); + monitor = gdk_screen_get_primary_monitor (screen); return ev_document_misc_get_screen_dpi (screen, monitor); } -- cgit v1.2.1