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
hmm
gh-pages
falkTX
10 years ago
parent
d2c937abe3
commit
12c770f8c5
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
@@ -134,7 +134,7 @@ public:
xDisplay(nullptr),
xWindow(0)
#elif defined(DGL_OS_MAC)
fNeedsIdle(
parentId == 0
)
fNeedsIdle(
false
)
#else
_dummy('\0')
#endif
Write
Preview
Loading…
Cancel
Save