From b0cf022ea75b763531e6ae63abccadf2bfa7a84b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 26 Mar 2017 11:21:43 +0200 Subject: Make plugingui test app nest the UI in a native window. --- plugingui/window.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugingui/window.cc') diff --git a/plugingui/window.cc b/plugingui/window.cc index 8bc5c62..66b7337 100644 --- a/plugingui/window.cc +++ b/plugingui/window.cc @@ -181,6 +181,11 @@ void Window::needsRedraw() needs_redraw = true; } +void* Window::getNativeWindowHandle() const +{ + return native->getNativeWindowHandle(); +} + std::size_t Window::translateToWindowX() { return 0; -- cgit v1.2.3