aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-12-08 18:32:13 +0100
committerdec05eba <dec05eba@protonmail.com>2023-12-08 18:32:13 +0100
commit3070a4267f1ec136e1e35cc4b78f2995e0da4e90 (patch)
treecb2ab7c73b71c472153d063e8ca633d7549e2ea1
parent1a02fcabb73a589fb2c399fbb9c341e7e719332d (diff)
m
-rw-r--r--include/mglpp/window/Window.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mglpp/window/Window.hpp b/include/mglpp/window/Window.hpp
index 196ae73..d13e902 100644
--- a/include/mglpp/window/Window.hpp
+++ b/include/mglpp/window/Window.hpp
@@ -48,7 +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 */
+ WindowHandle transient_for_window = 0; /* 0 = none */
};
Window();