summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/plotters.h')
-rwxr-xr-xamiga/plotters.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/plotters.h b/amiga/plotters.h
index 94dfaee6e..e1d2d048d 100755
--- a/amiga/plotters.h
+++ b/amiga/plotters.h
@@ -34,7 +34,8 @@ struct gui_globals
APTR tmprasbuf;
struct Rectangle rect;
struct MinList *shared_pens;
-#ifdef NS_AMIGA_CAIRO
+ bool locked_layers;
+ #ifdef NS_AMIGA_CAIRO
cairo_surface_t *surface;
cairo_t *cr;
#endif