diff options
m--------- | depends/mgl | 0 | ||||
-rw-r--r-- | include/mglpp/window/Window.hpp | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/depends/mgl b/depends/mgl -Subproject 956c86fe4728e6e5239202f1402fd65260ece7c +Subproject d89e3d1a1cf432210361d1b0aafad8308d8ac96 diff --git a/include/mglpp/window/Window.hpp b/include/mglpp/window/Window.hpp index 93918f4..bdf9c05 100644 --- a/include/mglpp/window/Window.hpp +++ b/include/mglpp/window/Window.hpp @@ -36,6 +36,7 @@ namespace mgl { mgl::vec2i max_size; /* (0, 0) = no limit */ WindowHandle parent_window = 0; /* 0 = root window */ bool hidden = false; + bool override_redirect = false; }; Window(); |