From 6c79d44732272b4d8a28abe89a78692a6b7c5cc4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 31 Jul 2024 19:58:37 +0200 Subject: Flush after window move/resize --- src/window/Window.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/window/Window.cpp') 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 -- cgit v1.2.3