aboutsummaryrefslogtreecommitdiff
path: root/src/window
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-31 19:58:37 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-31 19:58:37 +0200
commit6c79d44732272b4d8a28abe89a78692a6b7c5cc4 (patch)
treed7a8f7625d272e0ea4caa540c05e51e5b08d1038 /src/window
parent10f2382951303780f5a3d4ded0ca349fb13ab9dc (diff)
Flush after window move/resize
Diffstat (limited to 'src/window')
-rw-r--r--src/window/Window.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/window/Window.cpp b/src/window/Window.cpp
index cf6f64b..339df71 100644
--- a/src/window/Window.cpp
+++ b/src/window/Window.cpp
@@ -185,4 +185,8 @@ namespace mgl {
WindowHandle Window::get_system_handle() const {
return window.window;
}
+
+ mgl_window* Window::internal_window() {
+ return &window;
+ }
} \ No newline at end of file