Add magic lines to put the DVD-o-matic window at the front on OS X so that it gets...
[dcpomatic.git] / src / lib / subtitle.h
index 38ba4e70e0170fabd5e2a71ee2ad9eadceb5a2ee..e3a853695f0fb313f2f20f2f5e6775e359eada92 100644 (file)
@@ -46,17 +46,17 @@ public:
                return _image;
        }
 
-       Rect area () const;
+       dvdomatic::Rect area () const;
        
 private:
        Position _position;
        boost::shared_ptr<Image> _image;
 };
 
-Rect
+dvdomatic::Rect
 subtitle_transformed_area (
        float target_x_scale, float target_y_scale,
-       Rect sub_area, int subtitle_offset, float subtitle_scale
+       dvdomatic::Rect sub_area, int subtitle_offset, float subtitle_scale
        );
 
 /** A Subtitle class with details of the time over which it should be shown */