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-10-06 01:24:16 +0200
commit1d535a9a43e65a1fa3e205c42bc106ee0ce6a1a5 (patch)
tree0bcd287a68abfa929fbaeff1acfbb0b310d6b9ed /atari/plot/plot.c
parent8057dc67cb11c865cb5daf2142fbef35631e7c6d (diff)
downloadnetsurf-1d535a9a43e65a1fa3e205c42bc106ee0ce6a1a5.tar.gz
netsurf-1d535a9a43e65a1fa3e205c42bc106ee0ce6a1a5.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;