summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/riscos/gui.h')
-rw-r--r--frontends/riscos/gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/riscos/gui.h b/frontends/riscos/gui.h
index 831c57dc7..03989ae20 100644
--- a/frontends/riscos/gui.h
+++ b/frontends/riscos/gui.h
@@ -34,6 +34,8 @@
extern int os_version;
+extern bool os_alpha_sprite_supported;
+
extern const char * NETSURF_DIR;
struct toolbar;
@@ -165,6 +167,7 @@ void ro_gui_print_prepare(struct gui_window *g);
extern const struct plotter_table ro_plotters;
extern int ro_plot_origin_x;
extern int ro_plot_origin_y;
+extern struct rect ro_plot_clip_rect;
/* in theme_install.c */
bool ro_gui_theme_install_apply(wimp_w w);