1 #ifndef MSP_GRAPHICS_MONITOR_H_
2 #define MSP_GRAPHICS_MONITOR_H_
15 const VideoMode *mode;
16 VideoRotation rotation;
24 std::list<const VideoMode *> video_modes;
25 Settings desktop_settings;
26 Settings current_settings;
27 const Monitor *next_left;
28 const Monitor *next_right;
33 } // namespace Graphics