X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_view.h;h=387cca9f6a0a86dda8804fe3e2ad4c92e6d6baf5;hb=4e2e10d256f8a1c107db9ce33042a2ed28fdc0bd;hp=28ca3a1e8c4a7ce6bf3da3aba260dc9db0d98b75;hpb=313319ba2d8544bc25524e02e634804a503b54f1;p=dcpomatic.git diff --git a/src/wx/video_view.h b/src/wx/video_view.h index 28ca3a1e8..387cca9f6 100644 --- a/src/wx/video_view.h +++ b/src/wx/video_view.h @@ -28,7 +28,11 @@ #include "lib/signaller.h" #include "lib/timer.h" #include "lib/types.h" +#include +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include #include @@ -146,6 +150,10 @@ protected: return wxColour(0, 255, 0); } + wxColour crop_guess_colour () const { + return wxColour(0, 0, 255); + } + int video_frame_rate () const { boost::mutex::scoped_lock lm (_mutex); return _video_frame_rate;