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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/riscos/gui.h b/frontends/riscos/gui.h
index a7b632334..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;
@@ -44,7 +46,6 @@ struct tree;
struct node;
struct history;
struct css_style;
-struct ssl_cert_info;
struct nsurl;
struct hlcache_handle;
@@ -166,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);