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 --- include/mglpp/window/Window.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/mglpp/window/Window.hpp b/include/mglpp/window/Window.hpp index 08cd435..7d3f90b 100644 --- a/include/mglpp/window/Window.hpp +++ b/include/mglpp/window/Window.hpp @@ -108,6 +108,8 @@ namespace mgl { std::string get_clipboard_string(); WindowHandle get_system_handle() const; + + mgl_window* internal_window(); private: mgl_window window; }; -- cgit v1.2.3