Browse Source

Misc

gh-pages
falkTX 11 years ago
parent
commit
6da0a1c1a7
2 changed files with 4 additions and 9 deletions
  1. +2
    -2
      dgl/Base.hpp
  2. +2
    -7
      dgl/src/Window.cpp

+ 2
- 2
dgl/Base.hpp View File

@@ -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 */


+ 2
- 7
dgl/src/Window.cpp View File

@@ -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()


Loading…
Cancel
Save