diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-12-08 18:32:13 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-12-08 18:32:13 +0100 |
commit | 3070a4267f1ec136e1e35cc4b78f2995e0da4e90 (patch) | |
tree | cb2ab7c73b71c472153d063e8ca633d7549e2ea1 | |
parent | 1a02fcabb73a589fb2c399fbb9c341e7e719332d (diff) |
m
-rw-r--r-- | include/mglpp/window/Window.hpp | 2 |
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(); |