summaryrefslogtreecommitdiff
path: root/desktop/scrollbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/scrollbar.h')
-rw-r--r--desktop/scrollbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scrollbar.h b/desktop/scrollbar.h
index d9deed304..66bf83cf2 100644
--- a/desktop/scrollbar.h
+++ b/desktop/scrollbar.h
@@ -46,7 +46,7 @@ typedef enum {
struct scrollbar_msg_data {
struct scrollbar *scrollbar;
scrollbar_msg msg;
- int new_scroll;
+ int scroll_offset;
int x0, y0, x1, y1;
};