]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/window.h
Allow configuring window positions as well
[libs/gui.git] / source / graphics / window.h
index 8065762a4b2cc57d826db9f904f594de17365b96..31fa248a65e2a7080fdbfeebfd1a4d290e39d689 100644 (file)
@@ -13,6 +13,7 @@ struct WindowOptions
 {
        int x;
        int y;
+       bool user_position;
        unsigned width;
        unsigned height;
        bool fullscreen;
@@ -44,6 +45,7 @@ protected:
        bool kbd_autorepeat;
        bool touch_input;
        bool resizing;
+       bool moving;
        Private *priv;
 
 public: