X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fwindow.h;h=31fa248a65e2a7080fdbfeebfd1a4d290e39d689;hb=ff0d9665e5753f24956273483a52c00ac91ed5f2;hp=8065762a4b2cc57d826db9f904f594de17365b96;hpb=f6ca714e2258f4cad433801c88264947d4c2d14c;p=libs%2Fgui.git diff --git a/source/graphics/window.h b/source/graphics/window.h index 8065762..31fa248 100644 --- a/source/graphics/window.h +++ b/source/graphics/window.h @@ -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: