@@ -32,9 +32,9 @@ | |||||
/* GL includes */ | /* GL includes */ | ||||
#ifdef DISTRHO_OS_MAC | #ifdef DISTRHO_OS_MAC | ||||
# include <OpenGL/gl.h> | |||||
# include "OpenGL/gl.h" | |||||
#else | #else | ||||
# include <GL/gl.h> | |||||
# include "GL/gl.h" | |||||
#endif | #endif | ||||
/* missing GL defines */ | /* missing GL defines */ | ||||
@@ -199,14 +199,9 @@ public: | |||||
} | } | ||||
#endif | #endif | ||||
DBG("Success!\n"); | |||||
#if 0 | |||||
// process any initial events | |||||
puglProcessEvents(fView); | |||||
#endif | |||||
fApp._addWindow(fSelf); | fApp._addWindow(fSelf); | ||||
DBG("Success!\n"); | |||||
} | } | ||||
~PrivateData() | ~PrivateData() | ||||