X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_view.h;h=b815afb7cc9da251283f21c3170fac3b0d53f1fc;hb=HEAD;hp=cf5e09da0a8ff9444a05839cc6bce12ad4cbe5f9;hpb=b9a1ad3df5f9d85fb7439efd93fede72b9b078af;p=dcpomatic.git diff --git a/src/wx/video_view.h b/src/wx/video_view.h index cf5e09da0..387cca9f6 100644 --- a/src/wx/video_view.h +++ b/src/wx/video_view.h @@ -28,10 +28,11 @@ #include "lib/signaller.h" #include "lib/timer.h" #include "lib/types.h" -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS +#include +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS #include #include @@ -149,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;