]> git.tdb.fi Git - libs/gui.git/blob - source/graphics/monitor.cpp
Expose a lot more information through the Monitor struct
[libs/gui.git] / source / graphics / monitor.cpp
1 #include "monitor.h"
2
3 using namespace std;
4
5 namespace Msp {
6 namespace Graphics {
7
8 Monitor::Monitor():
9         index(0),
10         desktop_mode(0),
11         desktop_rotation(ROTATE_NORMAL),
12         current_mode(0),
13         current_rotation(ROTATE_NORMAL),
14         x(0),
15         y(0),
16         next_left(0),
17         next_right(0)
18 { }
19
20 } // namespace Graphics
21 } // namespace Msp