summaryrefslogtreecommitdiff
path: root/desktop/frames.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/frames.h')
-rw-r--r--desktop/frames.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/frames.h b/desktop/frames.h
index bb50b56e2..11fbcea2f 100644
--- a/desktop/frames.h
+++ b/desktop/frames.h
@@ -38,4 +38,15 @@ bool browser_window_resize_frames(struct browser_window *bw,
gui_pointer_shape *pointer, const char **status, bool *action);
void browser_window_resize_frame(struct browser_window *bw, int x, int y);
+void browser_window_scroll_callback(void *client_data,
+ struct scrollbar_msg_data *scrollbar_data);
+
+
+/**
+ * Create, remove, and update browser window scrollbars
+ *
+ * \param bw The browser window
+ */
+void browser_window_handle_scrollbars(struct browser_window *bw);
+
#endif