aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------depends/mgl0
-rw-r--r--include/mglpp/window/Window.hpp1
2 files changed, 1 insertions, 0 deletions
diff --git a/depends/mgl b/depends/mgl
-Subproject 00c790172f939586328735cc583dfdcfbe1d1d9
+Subproject 10ca6eb57024a7042cc6201c6287e1a3d01c7e2
diff --git a/include/mglpp/window/Window.hpp b/include/mglpp/window/Window.hpp
index 185b122..196ae73 100644
--- a/include/mglpp/window/Window.hpp
+++ b/include/mglpp/window/Window.hpp
@@ -48,6 +48,7 @@ namespace mgl {
Color background_color = {0, 0, 0, 0};
const char *class_name = nullptr;
mgl_window_type window_type = MGL_WINDOW_TYPE_NORMAL;
+ mgl_window_handle transient_for_window = 0; /* 0 = none */
};
Window();