summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index d5708852d..7289500a7 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -59,6 +59,8 @@ void gui_window_update_box(struct gui_window *g,
const union content_msg_data *data);
bool gui_window_get_scroll(struct gui_window *g, int *sx, int *sy);
void gui_window_set_scroll(struct gui_window *g, int sx, int sy);
+void gui_window_scroll_visible(struct gui_window *g, int x0, int y0,
+ int x1, int y1);
int gui_window_get_width(struct gui_window *g);
int gui_window_get_height(struct gui_window *g);
void gui_window_set_extent(struct gui_window *g, int width, int height);