]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/window.cpp
Track window positions
[libs/gui.git] / source / graphics / window.cpp
index d2fb37f893d23379a1df46914b175f3a7312bdc5..5bc9a358e2786d99e7ba7e4be1c63b6dce20afa8 100644 (file)
@@ -9,6 +9,8 @@ namespace Msp {
 namespace Graphics {
 
 WindowOptions::WindowOptions():
+       x(0),
+       y(0),
        width(640),
        height(480),
        fullscreen(false),