From 7227c29bbacbc796e9f549cf21e8bd978fde5114 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 13 Jan 2014 01:08:15 +0000 Subject: move window scroll getter and setter into operations table --- windows/drawable.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'windows/drawable.c') 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. */ -- cgit v1.2.3