summaryrefslogtreecommitdiff
path: root/atari/plot/plot.c
diff options
context:
space:
mode:
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;