This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix build
Signed-off-by: falkTX <falktx@falktx.com>
pull/309/head
falkTX
4 years ago
parent
091c919cd6
commit
267fc77015
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
dgl/src/WindowPrivateData.cpp
+ 4
- 0
dgl/src/WindowPrivateData.cpp
View File
@@ -363,7 +363,11 @@ void Window::PrivateData::focus()
if (! isEmbed)
puglRaiseWindow(view);
#ifdef HAVE_X11
puglX11GrabFocus(view);
#else
puglGrabFocus(view);
#endif
}
// -----------------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save