diff options
Diffstat (limited to 'plugingui/nativewindow_x11.cc')
-rw-r--r-- | plugingui/nativewindow_x11.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugingui/nativewindow_x11.cc b/plugingui/nativewindow_x11.cc index 91d7ed6..c7605ef 100644 --- a/plugingui/nativewindow_x11.cc +++ b/plugingui/nativewindow_x11.cc @@ -229,5 +229,11 @@ void GUI::NativeWindowX11::setCaption(const std::string &caption) { } +void GUI::NativeWindowX11::grabMouse(bool grab) +{ + (void)grab; + // Don't need to do anything on this platoform... +} + #endif/*X11*/ |