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 /include | |
parent | 10f2382951303780f5a3d4ded0ca349fb13ab9dc (diff) |
Flush after window move/resize
Diffstat (limited to 'include')
-rw-r--r-- | include/mglpp/window/Window.hpp | 2 |
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; }; |