diff options
Diffstat (limited to 'plugingui/nativewindow_x11.cc')
-rw-r--r-- | plugingui/nativewindow_x11.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugingui/nativewindow_x11.cc b/plugingui/nativewindow_x11.cc index de2f1d1..989da4e 100644 --- a/plugingui/nativewindow_x11.cc +++ b/plugingui/nativewindow_x11.cc @@ -275,6 +275,11 @@ EventQueue NativeWindowX11::getEvents() return events; } +void* NativeWindowX11::getNativeWindowHandle() const +{ + return (void*)xwindow; +} + void NativeWindowX11::translateXMessage(XEvent& xevent) { switch(xevent.type) |