From 1a02fcabb73a589fb2c399fbb9c341e7e719332d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 8 Dec 2023 18:31:09 +0100 Subject: Transient for window option --- depends/mgl | 2 +- include/mglpp/window/Window.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/depends/mgl b/depends/mgl index 00c7901..10ca6eb 160000 --- a/depends/mgl +++ b/depends/mgl @@ -1 +1 @@ -Subproject commit 00c790172f939586328735cc583dfdcfbe1d1d9d +Subproject commit 10ca6eb57024a7042cc6201c6287e1a3d01c7e23 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(); -- cgit v1.2.3