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/nativewindow_x11.h | |
parent | a56b3d5eac05d0f51757d510553ad2d23b60235b (diff) |
Make plugingui test app nest the UI in a native window.
Diffstat (limited to 'plugingui/nativewindow_x11.h')
-rw-r--r-- | plugingui/nativewindow_x11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/nativewindow_x11.h b/plugingui/nativewindow_x11.h index dd2010e..c850318 100644 --- a/plugingui/nativewindow_x11.h +++ b/plugingui/nativewindow_x11.h @@ -57,6 +57,7 @@ public: void redraw(const Rect& dirty_rect) override; void grabMouse(bool grab) override; EventQueue getEvents() override; + void* getNativeWindowHandle() const override; private: void translateXMessage(XEvent& xevent); |