summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-10-17 21:16:00 +0000
committerJames Bursa <james@netsurf-browser.org>2004-10-17 21:16:00 +0000
commit511d66331f68815396aac6012d6787a5c1774d51 (patch)
tree21100f5dec38b303cb051d4baa3720e9de612514 /riscos/gui.h
parentddaf4ab4d7f5df81bc97a08d124e3649fd5fe700 (diff)
downloadnetsurf-511d66331f68815396aac6012d6787a5c1774d51.tar.gz
netsurf-511d66331f68815396aac6012d6787a5c1774d51.tar.bz2
[project @ 2004-10-17 21:16:00 by bursa]
Move to use plotters. Replace html.layout->children with html.layout. svn path=/import/netsurf/; revision=1318
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index f2394e641..6dc19ece0 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -23,6 +23,7 @@
#define THEMES_DIR "<NetSurf$Dir>.Themes"
struct toolbar;
+struct plotter_table;
extern wimp_w dialog_info, dialog_saveas, dialog_config, dialog_config_br,
dialog_config_prox, dialog_config_th, dialog_zoom, dialog_pageinfo,
@@ -250,6 +251,12 @@ void ro_gui_print_open(struct gui_window *g, int x, int y, bool sub_menu, bool k
void ro_gui_print_click(wimp_pointer *pointer);
bool ro_gui_print_keypress(wimp_key *key);
+/* in plotters.c */
+extern const struct plotter_table ro_plotters;
+extern int ro_plot_origin_x;
+extern int ro_plot_origin_y;
+void ro_plot_set_scale(float scale);
+
/* toolbar types */
#define TOOLBAR_BROWSER 0
#define TOOLBAR_HOTLIST 1