summaryrefslogtreecommitdiff
path: root/plugingui/nativewindow_x11.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2017-03-26 11:21:43 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2017-03-26 12:28:07 +0200
commitb0cf022ea75b763531e6ae63abccadf2bfa7a84b (patch)
treea113840f350f45c907d14597d5765f402201a164 /plugingui/nativewindow_x11.h
parenta56b3d5eac05d0f51757d510553ad2d23b60235b (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.h1
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);