aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parent10f2382951303780f5a3d4ded0ca349fb13ab9dc (diff)
Flush after window move/resize
Diffstat (limited to 'include')
-rw-r--r--include/mglpp/window/Window.hpp2
1 files changed, 2 insertions, 0 deletions
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;
};