]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/monitor.cpp
Expose a lot more information through the Monitor struct
[libs/gui.git] / source / graphics / monitor.cpp
index 0bc33efe042911edc7058f844c082e17fa1c8a62..1ac438317b927a4b7e2dc145d9b8fbbcd842b5f3 100644 (file)
@@ -7,7 +7,14 @@ namespace Graphics {
 
 Monitor::Monitor():
        index(0),
-       desktop_mode(0)
+       desktop_mode(0),
+       desktop_rotation(ROTATE_NORMAL),
+       current_mode(0),
+       current_rotation(ROTATE_NORMAL),
+       x(0),
+       y(0),
+       next_left(0),
+       next_right(0)
 { }
 
 } // namespace Graphics