X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_view.h;h=892ffab125d08560fed8542937d36a364322f77f;hb=5de2fd90b92829cea8ab297c6fce81c582332cb7;hp=af6655ec4b9bf03481abb5dc61f3ca817d98cfeb;hpb=cb0a41355327f0308e5b56c21bff1d1ac004a9cb;p=dcpomatic.git diff --git a/src/wx/video_view.h b/src/wx/video_view.h index af6655ec4..892ffab12 100644 --- a/src/wx/video_view.h +++ b/src/wx/video_view.h @@ -33,6 +33,9 @@ class VideoView public: VideoView (FilmViewer* viewer) : _viewer (viewer) +#ifdef DCPOMATIC_VARIANT_SWAROOP + , _in_watermark (false) +#endif {} virtual ~VideoView () {} @@ -45,6 +48,12 @@ public: protected: FilmViewer* _viewer; + +#ifdef DCPOMATIC_VARIANT_SWAROOP + bool _in_watermark; + int _watermark_x; + int _watermark_y; +#endif }; #endif