diff options
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index 94690daea..ef124fad3 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -154,5 +154,11 @@ private: bool _outline_content; Eyes _eyes; +#ifdef DCPOMATIC_VARIANT_SWAROOP + bool _in_watermark; + int _watermark_x; + int _watermark_y; +#endif + boost::signals2::scoped_connection _config_changed_connection; }; |
