1 #ifndef MSP_GRAPHICS_VIDEOMODE_H_
2 #define MSP_GRAPHICS_VIDEOMODE_H_
10 class unsupported_video_mode: public std::runtime_error
13 unsupported_video_mode(const VideoMode &);
14 virtual ~unsupported_video_mode() throw () { }
20 const Monitor *monitor;
26 VideoMode(unsigned, unsigned);
29 } // namespace Graphics