diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-31 19:58:37 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-31 19:58:37 +0200 |
commit | 6c79d44732272b4d8a28abe89a78692a6b7c5cc4 (patch) | |
tree | d7a8f7625d272e0ea4caa540c05e51e5b08d1038 /src | |
parent | 10f2382951303780f5a3d4ded0ca349fb13ab9dc (diff) |
Flush after window move/resize
Diffstat (limited to 'src')
-rw-r--r-- | src/window/Window.cpp | 4 |
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 |