summaryrefslogtreecommitdiff
path: root/atari/plot/plot.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-09-17 02:10:35 +0200
committerOle Loots <ole@monochrom.net>2013-09-17 02:10:35 +0200
commite4c6acee55139a18d6118999c16d55aa1f36c9e8 (patch)
treef94ac06848c021c5e3b609e5c1bf0729dcef6ea5 /atari/plot/plot.c
parenteab22c4f32a92586a4390c53e81c909747ee3f7a (diff)
downloadnetsurf-e4c6acee55139a18d6118999c16d55aa1f36c9e8.tar.gz
netsurf-e4c6acee55139a18d6118999c16d55aa1f36c9e8.tar.bz2
Treeview implementation adjusted
(still requires changes at several places in the atari frontent)
Diffstat (limited to 'atari/plot/plot.c')
-rwxr-xr-xatari/plot/plot.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/atari/plot/plot.c b/atari/plot/plot.c
index 80eda6949..19c34e257 100755
--- a/atari/plot/plot.c
+++ b/atari/plot/plot.c
@@ -1953,6 +1953,12 @@ VdiHdl plot_get_vdi_handle(void)
return(atari_plot_vdi_handle);
}
+long plot_get_flags(void)
+{
+ return(atari_plot_flags);
+}
+
+
bool plot_get_clip(struct rect * out)
{
out->x0 = view.clipping.x0;