aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-12-08 18:31:09 +0100
committerdec05eba <dec05eba@protonmail.com>2023-12-08 18:31:09 +0100
commit1a02fcabb73a589fb2c399fbb9c341e7e719332d (patch)
tree69ba926f118ca972bd5217abfbb012de2281329f
parent8070b486e5951dc8f2284696c359fce791e69fbc (diff)
Transient for window option
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();