1 #ifndef MSP_GRAPHICS_MONITOR_H_
2 #define MSP_GRAPHICS_MONITOR_H_
15 const VideoMode *mode = nullptr;
16 VideoRotation rotation = ROTATE_NORMAL;
23 std::vector<const VideoMode *> video_modes;
24 Settings desktop_settings;
25 Settings current_settings;
26 const Monitor *next_left = nullptr;
27 const Monitor *next_right = nullptr;
30 } // namespace Graphics