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
Misc
gh-pages
falkTX
11 years ago
parent
59315e902f
commit
6da0a1c1a7
2 changed files
with
4 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
dgl/Base.hpp
+2
-7
dgl/src/Window.cpp
+ 2
- 2
dgl/Base.hpp
View File
@@ -32,9 +32,9 @@
/* GL includes */
#ifdef DISTRHO_OS_MAC
# include
<OpenGL/gl.h>
# include
"OpenGL/gl.h"
#else
# include
<GL/gl.h>
# include
"GL/gl.h"
#endif
/* missing GL defines */
+ 2
- 7
dgl/src/Window.cpp
View File
@@ -199,14 +199,9 @@ public:
}
#endif
DBG("Success!\n");
#if 0
// process any initial events
puglProcessEvents(fView);
#endif
fApp._addWindow(fSelf);
DBG("Success!\n");
}
~PrivateData()
Write
Preview
Loading…
Cancel
Save