summaryrefslogtreecommitdiff
path: root/atari/plot/plotter_vdi.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/plot/plotter_vdi.h')
-rwxr-xr-xatari/plot/plotter_vdi.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/atari/plot/plotter_vdi.h b/atari/plot/plotter_vdi.h
index 82cc42e54..61c49aba1 100755
--- a/atari/plot/plotter_vdi.h
+++ b/atari/plot/plotter_vdi.h
@@ -32,9 +32,14 @@ struct s_vdi_priv_data {
int size_buf_planar;
/* buffer for plot operations that require device format, */
- /* currently used for transparent mfdb blits: */
+ /* currently used for transparent mfdb blits and snapshots: */
MFDB buf_scr;
- int size_buf_scr;
+ int size_buf_scr;
+
+ /* buffer for std form, used during 8bpp snapshot */
+ MFDB buf_std;
+ int size_buf_std;
+
struct bitmap * buf_scr_compat;
/* intermediate bitmap format */