From a0b7282b31ed31051ee98bf16e8704d5599e5461 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 6 Mar 2013 09:30:52 +0100 Subject: Major GUI workover. Hilights: A new filebrowser and new knob widget. --- plugingui/nativewindow_x11.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugingui/nativewindow_x11.cc') 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*/ -- cgit v1.2.3