aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;
};