|
|
|
@ -66,10 +66,6 @@ |
|
|
|
|
#include <dlfcn.h> |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// Pointer length integer
|
|
|
|
|
// One day, this will most likely move into glfw.h
|
|
|
|
|
typedef intptr_t GLFWintptr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef GL_VERSION_3_0 |
|
|
|
|
|
|
|
|
@ -83,11 +79,16 @@ typedef const GLubyte* (APIENTRY *PFNGLGETSTRINGIPROC)(GLenum, GLuint); |
|
|
|
|
#define _GLFW_PLATFORM_CONTEXT_STATE _GLFWcontextGLX GLX |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//========================================================================
|
|
|
|
|
// Global variables (GLFW internals)
|
|
|
|
|
// GLFW platform specific types
|
|
|
|
|
//========================================================================
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
// Pointer length integer
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
typedef intptr_t GLFWintptr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
// Platform-specific OpenGL context structure
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|