1 #ifndef MSP_GRAPHICS_VIDEOMODE_H_
2 #define MSP_GRAPHICS_VIDEOMODE_H_
12 class unsupported_video_mode: public std::runtime_error
15 unsupported_video_mode(const VideoMode &);
31 const Monitor *monitor = 0;
35 VideoRotation rotation = ROTATE_ANY;
37 VideoMode() = default;
38 VideoMode(unsigned, unsigned);
41 } // namespace Graphics