summaryrefslogtreecommitdiff
path: root/windows/drawable.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-13 01:08:15 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-13 01:08:15 +0000
commit7227c29bbacbc796e9f549cf21e8bd978fde5114 (patch)
treeecd935b801f61ea1d69eea576fcaaf57e4bd909c /windows/drawable.c
parent5a962586fb161651fc612ed8a8f6da99d8d22f65 (diff)
downloadnetsurf-7227c29bbacbc796e9f549cf21e8bd978fde5114.tar.gz
netsurf-7227c29bbacbc796e9f549cf21e8bd978fde5114.tar.bz2
move window scroll getter and setter into operations table
Diffstat (limited to 'windows/drawable.c')
-rw-r--r--windows/drawable.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/drawable.c b/windows/drawable.c
index 8e35d306c..34b8958dc 100644
--- a/windows/drawable.c
+++ b/windows/drawable.c
@@ -37,6 +37,8 @@
static const char windowclassname_drawable[] = "nswsdrawablewindow";
+void gui_window_set_scroll(struct gui_window *w, int sx, int sy);
+
/**
* Handle wheel scroll messages.
*/