aboutsummaryrefslogtreecommitdiff
path: root/include/aolayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aolayer.h')
-rw-r--r--include/aolayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/aolayer.h b/include/aolayer.h
index 1984b77e..f42642cd 100644
--- a/include/aolayer.h
+++ b/include/aolayer.h
@@ -52,6 +52,7 @@ public:
bool force_continuous = false;
Qt::TransformationMode transform_mode = Qt::FastTransformation; // transformation mode to use for this image
bool stretch = false; // Should we stretch/squash this image to fill the screen?
+ bool masked = true; // Set a mask to the dimensions of the widget?
// Set the movie's image to provided paths, preparing for playback.
void start_playback(QString p_image);