summaryrefslogtreecommitdiff
path: root/desktop/scroll.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/scroll.h')
-rw-r--r--desktop/scroll.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/scroll.h b/desktop/scroll.h
index f0569c37f..3e15d5f3e 100644
--- a/desktop/scroll.h
+++ b/desktop/scroll.h
@@ -71,8 +71,8 @@ bool scroll_redraw(struct scroll *scroll, int x, int y,
void scroll_set(struct scroll *scroll, int scroll_val, bool bar);
int scroll_get_offset(struct scroll *scroll);
-void scroll_set_length_and_visible(struct scroll *scroll, int length,
- int scrolled_visible);
+void scroll_set_extents(struct scroll *scroll, int length,
+ int scrolled_visible, int scrolled_dimension);
bool scroll_is_horizontal(struct scroll *scroll);