diff options
Diffstat (limited to 'graphics/atril/files/patch-libview_ev-view.c')
-rw-r--r-- | graphics/atril/files/patch-libview_ev-view.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/atril/files/patch-libview_ev-view.c b/graphics/atril/files/patch-libview_ev-view.c new file mode 100644 index 000000000000..9f38e94f4158 --- /dev/null +++ b/graphics/atril/files/patch-libview_ev-view.c @@ -0,0 +1,10 @@ +--- libview/ev-view.c.orig 2014-02-21 19:08:58.000000000 +0100 ++++ libview/ev-view.c 2014-02-21 19:09:45.000000000 +0100 +@@ -840,6 +840,7 @@ + } + + #if !GTK_CHECK_VERSION (3, 0, 0) ++static void + ev_view_set_scroll_adjustments (GtkLayout *layout, + GtkAdjustment *hadjustment, + GtkAdjustment *vadjustment) |