From 4f8995ae8d82d462af895468757e7de614c70127 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 10 May 2011 17:39:23 +0000 Subject: Rename scroll offset in scrollbar message data, although nothing seems to use that callback message. svn path=/trunk/netsurf/; revision=12374 --- desktop/scrollbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/scrollbar.h') 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; }; -- cgit v1.2.3