[eog: 2/3] Fix deprecated gdk_flush() call
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog: 2/3] Fix deprecated gdk_flush() call
- Date: Thu, 18 Oct 2018 22:12:37 +0000 (UTC)
commit f17e32df155814b58268ab8caa7c55096d66cd21
Author: Thomas Bechtold <tbechtold suse com>
Date: Mon Oct 15 07:02:31 2018 +0200
Fix deprecated gdk_flush() call
src/eog-scroll-view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/eog-scroll-view.c b/src/eog-scroll-view.c
index 6e931204..76ca8d49 100644
--- a/src/eog-scroll-view.c
+++ b/src/eog-scroll-view.c
@@ -414,7 +414,7 @@ eog_scroll_view_set_cursor (EogScrollView *view, EogScrollViewCursor new_cursor)
if (cursor) {
gdk_window_set_cursor (gtk_widget_get_window (widget), cursor);
g_object_unref (cursor);
- gdk_flush();
+ gdk_display_flush(display);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]