From c5aca9d8cecd256d957c551229be2b6856875e25 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 25 Apr 2021 21:07:15 +0100 Subject: RISC OS: Fix EX0 EY0 rendering glitches when scrolling. --- frontends/riscos/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/riscos/gui.h') diff --git a/frontends/riscos/gui.h b/frontends/riscos/gui.h index 831c57dc7..5ff17e922 100644 --- a/frontends/riscos/gui.h +++ b/frontends/riscos/gui.h @@ -165,6 +165,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); -- cgit v1.2.3