Started adding documentation for internal APIs.

This commit is contained in:
Camilla Berglund
2013-01-02 02:21:38 +01:00
parent d1132cb3d1
commit 3817771a40
2 changed files with 385 additions and 79 deletions
+2 -8
View File
@@ -37,16 +37,10 @@
//------------------------------------------------------------------------
// Flag indicating whether GLFW has been successfully initialized
// Global state shared between compilation units of GLFW
// These are documented in internal.h
//------------------------------------------------------------------------
GLboolean _glfwInitialized = GL_FALSE;
//------------------------------------------------------------------------
// All shared and API-specific global data protected by _glfwInitialized
// This should only be touched after a call to glfwInit that has not been
// followed by a call to glfwTerminate
//------------------------------------------------------------------------
_GLFWlibrary _glfw;