|
|
@@ -396,7 +396,6 @@ struct Window::PrivateData { |
|
|
|
#elif defined(DISTRHO_OS_MAC) |
|
|
|
if (mWindow != nullptr) |
|
|
|
[mWindow makeKeyWindow]; |
|
|
|
[NSApp activateIgnoringOtherApps:YES]; |
|
|
|
#else |
|
|
|
XRaiseWindow(xDisplay, xWindow); |
|
|
|
XSetInputFocus(xDisplay, xWindow, RevertToPointerRoot, CurrentTime); |
|
|
@@ -1202,6 +1201,9 @@ bool Window::openFileBrowser(const FileBrowserOptions& options) |
|
|
|
# else |
|
|
|
// not implemented |
|
|
|
return false; |
|
|
|
|
|
|
|
// unused |
|
|
|
(void)options; |
|
|
|
# endif |
|
|
|
} |
|
|
|
#endif |
|
|
|