Skip to content

Commit

Permalink
replace deprecated gdk_flush
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed May 3, 2018
1 parent 03783b9 commit a206e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eom-scroll-view.c
Expand Up @@ -380,7 +380,7 @@ eom_scroll_view_set_cursor (EomScrollView *view, EomScrollViewCursor new_cursor)
if (cursor) {
gdk_window_set_cursor (gtk_widget_get_window (widget), cursor);
g_object_unref (cursor);
gdk_flush();
gdk_display_flush (display);
}
}

Expand Down

0 comments on commit a206e04

Please sign in to comment.