summaryrefslogtreecommitdiff
path: root/libview
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-09-25 13:53:31 +0200
committerinfirit <[email protected]>2014-09-25 13:53:31 +0200
commit70f7aca1b8f77d00acacddccc10054496df9abb4 (patch)
tree2c3acfd883b64f00b4b3e0316ed85103a0d04763 /libview
parentd1cb160b8625c774e6f1e2d1cbbcab7811b75c3a (diff)
downloadatril-70f7aca1b8f77d00acacddccc10054496df9abb4.tar.bz2
atril-70f7aca1b8f77d00acacddccc10054496df9abb4.tar.xz
Make ev_view_set_scroll_adjustments static void
Diffstat (limited to 'libview')
-rwxr-xr-xlibview/ev-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c
index c39137c1..db445fe1 100755
--- a/libview/ev-view.c
+++ b/libview/ev-view.c
@@ -840,7 +840,7 @@ set_scroll_adjustment (EvView *view,
}
#if !GTK_CHECK_VERSION (3, 0, 0)
-void
+static void
ev_view_set_scroll_adjustments (GtkLayout *layout,
GtkAdjustment *hadjustment,
GtkAdjustment *vadjustment)