Formatting.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent 58f78d4d15
commit f6dfaf50ad
  1. 12
      src/internal.h

@ -37,9 +37,9 @@
//======================================================================== //========================================================================
#if defined(_init_c_) #if defined(_init_c_)
#define GLFWGLOBAL #define GLFWGLOBAL
#else #else
#define GLFWGLOBAL extern #define GLFWGLOBAL extern
#endif #endif
@ -66,13 +66,13 @@
#include "../support/GL/glext.h" #include "../support/GL/glext.h"
#if defined(_GLFW_COCOA_NSGL) #if defined(_GLFW_COCOA_NSGL)
#include "cocoa_platform.h" #include "cocoa_platform.h"
#elif defined(_GLFW_WIN32_WGL) #elif defined(_GLFW_WIN32_WGL)
#include "win32_platform.h" #include "win32_platform.h"
#elif defined(_GLFW_X11_GLX) #elif defined(_GLFW_X11_GLX)
#include "x11_platform.h" #include "x11_platform.h"
#else #else
#error "No supported platform selected" #error "No supported platform selected"
#endif #endif
typedef struct _GLFWhints _GLFWhints; typedef struct _GLFWhints _GLFWhints;

Loading…
Cancel
Save