diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-03-26 11:21:43 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-03-26 12:28:07 +0200 |
commit | b0cf022ea75b763531e6ae63abccadf2bfa7a84b (patch) | |
tree | a113840f350f45c907d14597d5765f402201a164 /plugingui/window.h | |
parent | a56b3d5eac05d0f51757d510553ad2d23b60235b (diff) |
Make plugingui test app nest the UI in a native window.
Diffstat (limited to 'plugingui/window.h')
-rw-r--r-- | plugingui/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/window.h b/plugingui/window.h index cfb004d..218beec 100644 --- a/plugingui/window.h +++ b/plugingui/window.h @@ -70,6 +70,9 @@ public: //! Tag the window buffer dirty to be rendered. void needsRedraw(); + // \returns the native window handle, it HWND on Win32 or Window id on X11 + void* getNativeWindowHandle() const; + protected: // For the EventHandler friend class EventHandler; |