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 OSX idle on external-uis
gh-pages
falkTX
10 years ago
parent
ae5aa5b738
commit
890edf0dff
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dgl/src/Window.cpp
+ 1
- 1
dgl/src/Window.cpp
View File
@@ -143,7 +143,7 @@ struct Window::PrivateData {
xDisplay(nullptr),
xWindow(0),
#elif defined(DISTRHO_OS_MAC)
fNeedsIdle(
false
),
fNeedsIdle(
parentId == 0
),
mView(nullptr),
mWindow(nullptr),
#endif
Write
Preview
Loading…
Cancel
Save